GDB (xrefs)
Public Attributes | List of all members
gdbscm_disasm_read_data Struct Reference

Public Attributes

bfd_vma memaddr
 
bfd_byte * myaddr
 
unsigned int length
 
struct disassemble_info * dinfo
 

Detailed Description

Definition at line 53 of file scm-disasm.c.

Member Data Documentation

struct disassemble_info* gdbscm_disasm_read_data::dinfo

Definition at line 58 of file scm-disasm.c.

Referenced by gdbscm_disasm_read_memory(), and gdbscm_disasm_read_memory_worker().

unsigned int gdbscm_disasm_read_data::length

Definition at line 57 of file scm-disasm.c.

Referenced by gdbscm_disasm_read_memory(), and gdbscm_disasm_read_memory_worker().

bfd_vma gdbscm_disasm_read_data::memaddr

Definition at line 55 of file scm-disasm.c.

Referenced by gdbscm_disasm_read_memory(), and gdbscm_disasm_read_memory_worker().

bfd_byte* gdbscm_disasm_read_data::myaddr

Definition at line 56 of file scm-disasm.c.

Referenced by gdbscm_disasm_read_memory(), and gdbscm_disasm_read_memory_worker().


The documentation for this struct was generated from the following file: