GDB (xrefs)
|
Public Attributes | |
struct gdbarch * | gdbarch |
struct regcache * | regcache |
CORE_ADDR | orig_addr |
CORE_ADDR | addr |
int | aflag |
int | dflag |
int | override |
uint8_t | modrm |
uint8_t | mod |
uint8_t | reg |
uint8_t | rm |
int | ot |
uint8_t | rex_x |
uint8_t | rex_b |
int | rip_offset |
int | popl_esp_hack |
const int * | regmap |
Definition at line 4749 of file i386-tdep.c.
CORE_ADDR i386_record_s::addr |
Definition at line 4754 of file i386-tdep.c.
Referenced by i386_fast_tracepoint_valid_at(), i386_process_record(), i386_record_lea_modrm_addr(), and i386_record_modrm().
int i386_record_s::aflag |
Definition at line 4755 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_lea_modrm_addr().
int i386_record_s::dflag |
Definition at line 4756 of file i386-tdep.c.
Referenced by i386_process_record().
struct gdbarch* i386_record_s::gdbarch |
Definition at line 4751 of file i386-tdep.c.
Referenced by i386_process_record(), i386_record_lea_modrm(), i386_record_lea_modrm_addr(), and i386_record_modrm().
uint8_t i386_record_s::mod |
Definition at line 4759 of file i386-tdep.c.
Referenced by i386_process_record(), i386_record_lea_modrm_addr(), and i386_record_modrm().
uint8_t i386_record_s::modrm |
Definition at line 4758 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_modrm().
CORE_ADDR i386_record_s::orig_addr |
Definition at line 4753 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_lea_modrm().
int i386_record_s::ot |
Definition at line 4760 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_lea_modrm().
int i386_record_s::override |
Definition at line 4757 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_lea_modrm().
int i386_record_s::popl_esp_hack |
Definition at line 4764 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_lea_modrm_addr().
uint8_t i386_record_s::reg |
Definition at line 4759 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_modrm().
struct regcache* i386_record_s::regcache |
Definition at line 4752 of file i386-tdep.c.
Referenced by i386_process_record(), i386_record_floats(), i386_record_lea_modrm_addr(), and i386_record_push().
const int* i386_record_s::regmap |
Definition at line 4765 of file i386-tdep.c.
Referenced by i386_process_record(), i386_record_lea_modrm_addr(), and i386_record_push().
uint8_t i386_record_s::rex_b |
Definition at line 4762 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_lea_modrm_addr().
uint8_t i386_record_s::rex_x |
Definition at line 4761 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_lea_modrm_addr().
int i386_record_s::rip_offset |
Definition at line 4763 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_lea_modrm_addr().
uint8_t i386_record_s::rm |
Definition at line 4759 of file i386-tdep.c.
Referenced by i386_process_record(), i386_record_lea_modrm_addr(), and i386_record_modrm().