GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
aarch64_displaced_step_data Struct Reference

Public Attributes

struct aarch64_insn_data base
 
CORE_ADDR new_addr
 
uint32_t insn_buf [AARCH64_DISPLACED_MODIFIED_INSNS]
 
unsigned insn_count
 
struct regcacheregs
 
aarch64_displaced_step_copy_insn_closuredsc
 

Detailed Description

Definition at line 3572 of file aarch64-tdep.c.

Member Data Documentation

◆ base

struct aarch64_insn_data aarch64_displaced_step_data::base

Definition at line 3574 of file aarch64-tdep.c.

Referenced by aarch64_displaced_step_copy_insn().

◆ dsc

aarch64_displaced_step_copy_insn_closure* aarch64_displaced_step_data::dsc

◆ insn_buf

uint32_t aarch64_displaced_step_data::insn_buf[AARCH64_DISPLACED_MODIFIED_INSNS]

◆ insn_count

unsigned aarch64_displaced_step_data::insn_count

◆ new_addr

CORE_ADDR aarch64_displaced_step_data::new_addr

Definition at line 3577 of file aarch64-tdep.c.

Referenced by aarch64_displaced_step_b(), and aarch64_displaced_step_copy_insn().

◆ regs

struct regcache* aarch64_displaced_step_data::regs

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