GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
amd64_displaced_step_copy_insn_closure Struct Reference
Inheritance diagram for amd64_displaced_step_copy_insn_closure:
displaced_step_copy_insn_closure

Public Member Functions

 amd64_displaced_step_copy_insn_closure (int insn_buf_len)
 
- Public Member Functions inherited from displaced_step_copy_insn_closure
virtual ~displaced_step_copy_insn_closure ()=0
 

Public Attributes

int tmp_used = 0
 
int tmp_regno
 
ULONGEST tmp_save
 
struct amd64_insn insn_details
 
gdb::byte_vector insn_buf
 

Detailed Description

Definition at line 1128 of file amd64-tdep.c.

Constructor & Destructor Documentation

◆ amd64_displaced_step_copy_insn_closure()

amd64_displaced_step_copy_insn_closure::amd64_displaced_step_copy_insn_closure ( int insn_buf_len)
inline

Definition at line 1131 of file amd64-tdep.c.

Member Data Documentation

◆ insn_buf

gdb::byte_vector amd64_displaced_step_copy_insn_closure::insn_buf

Definition at line 1144 of file amd64-tdep.c.

Referenced by amd64_displaced_step_fixup(), and fixup_riprel().

◆ insn_details

struct amd64_insn amd64_displaced_step_copy_insn_closure::insn_details

Definition at line 1141 of file amd64-tdep.c.

Referenced by amd64_displaced_step_fixup(), fixup_displaced_copy(), and fixup_riprel().

◆ tmp_regno

int amd64_displaced_step_copy_insn_closure::tmp_regno

Definition at line 1137 of file amd64-tdep.c.

Referenced by amd64_displaced_step_fixup(), and fixup_riprel().

◆ tmp_save

ULONGEST amd64_displaced_step_copy_insn_closure::tmp_save

Definition at line 1138 of file amd64-tdep.c.

Referenced by amd64_displaced_step_fixup(), and fixup_riprel().

◆ tmp_used

int amd64_displaced_step_copy_insn_closure::tmp_used = 0

Definition at line 1136 of file amd64-tdep.c.

Referenced by amd64_displaced_step_fixup(), and fixup_riprel().


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