|
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 4660 of file i386-tdep.c.
| CORE_ADDR i386_record_s::addr |
Definition at line 4665 of file i386-tdep.c.
Referenced by i386_process_record(), i386_record_lea_modrm_addr(), and i386_record_modrm().
| int i386_record_s::aflag |
Definition at line 4666 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_lea_modrm_addr().
| int i386_record_s::dflag |
Definition at line 4667 of file i386-tdep.c.
Referenced by i386_process_record().
| struct gdbarch* i386_record_s::gdbarch |
Definition at line 4662 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 4670 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 4669 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_modrm().
| CORE_ADDR i386_record_s::orig_addr |
Definition at line 4664 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_lea_modrm().
| int i386_record_s::ot |
Definition at line 4671 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_lea_modrm().
| int i386_record_s::override |
Definition at line 4668 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 4675 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 4670 of file i386-tdep.c.
Referenced by i386_process_record(), and i386_record_modrm().
| struct regcache* i386_record_s::regcache |
Definition at line 4663 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 4676 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 4673 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 4672 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 4674 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 4670 of file i386-tdep.c.
Referenced by i386_process_record(), i386_record_lea_modrm_addr(), and i386_record_modrm().
1.8.14