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

Public Attributes

struct gdbarchgdbarch
 
SCM port
 
ULONGEST offset
 

Detailed Description

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

Member Data Documentation

struct gdbarch* gdbscm_disasm_data::gdbarch

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

Referenced by gdbscm_disasm_print_address(), and gdbscm_print_insn_from_port().

ULONGEST gdbscm_disasm_data::offset

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

Referenced by gdbscm_disasm_read_memory_worker(), and gdbscm_print_insn_from_port().

SCM gdbscm_disasm_data::port

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

Referenced by gdbscm_disasm_read_memory_worker(), and gdbscm_print_insn_from_port().


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