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

Public Attributes

struct gdbarchgdbarch
 
struct regcacheregcache
 
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 intregmap
 

Detailed Description

Definition at line 4580 of file i386-tdep.c.

Member Data Documentation

CORE_ADDR i386_record_s::addr
int i386_record_s::aflag

Definition at line 4586 of file i386-tdep.c.

Referenced by i386_process_record(), and i386_record_lea_modrm_addr().

int i386_record_s::dflag

Definition at line 4587 of file i386-tdep.c.

Referenced by i386_process_record().

struct gdbarch* i386_record_s::gdbarch
uint8_t i386_record_s::mod
uint8_t i386_record_s::modrm

Definition at line 4589 of file i386-tdep.c.

Referenced by i386_process_record(), and i386_record_modrm().

CORE_ADDR i386_record_s::orig_addr

Definition at line 4584 of file i386-tdep.c.

Referenced by i386_process_record(), and i386_record_lea_modrm().

int i386_record_s::ot

Definition at line 4591 of file i386-tdep.c.

Referenced by i386_process_record(), and i386_record_lea_modrm().

int i386_record_s::override

Definition at line 4588 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 4595 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 4590 of file i386-tdep.c.

Referenced by i386_process_record(), and i386_record_modrm().

struct regcache* i386_record_s::regcache
const int* i386_record_s::regmap

Definition at line 4596 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 4593 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 4592 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 4594 of file i386-tdep.c.

Referenced by i386_process_record(), and i386_record_lea_modrm_addr().

uint8_t i386_record_s::rm

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