GDB (xrefs)
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 [DISPLACED_MODIFIED_INSNS]
 
unsigned insn_count
 
struct regcacheregs
 
aarch64_displaced_step_closuredsc
 

Detailed Description

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

Member Data Documentation

◆ base

struct aarch64_insn_data aarch64_displaced_step_data::base

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

Referenced by aarch64_displaced_step_copy_insn().

◆ dsc

aarch64_displaced_step_closure* aarch64_displaced_step_data::dsc

◆ insn_buf

uint32_t aarch64_displaced_step_data::insn_buf[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 2505 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: