GDB (xrefs)
Loading...
Searching...
No Matches
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 int * regmap
 

Detailed Description

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

Member Data Documentation

◆ addr

CORE_ADDR i386_record_s::addr

◆ aflag

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().

◆ dflag

int i386_record_s::dflag

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

Referenced by i386_process_record().

◆ gdbarch

struct gdbarch* i386_record_s::gdbarch

◆ mod

uint8_t i386_record_s::mod

◆ 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().

◆ orig_addr

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().

◆ ot

int i386_record_s::ot

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

Referenced by i386_process_record(), and i386_record_lea_modrm().

◆ override

int i386_record_s::override

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

Referenced by i386_process_record(), and i386_record_lea_modrm().

◆ popl_esp_hack

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().

◆ reg

uint8_t i386_record_s::reg

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

Referenced by i386_process_record(), and i386_record_modrm().

◆ regcache

struct regcache* i386_record_s::regcache

◆ regmap

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().

◆ rex_b

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().

◆ rex_x

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().

◆ rip_offset

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().

◆ rm

uint8_t i386_record_s::rm

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