GDB (xrefs)
|
Go to the source code of this file.
Functions | |
void | aarch32_gp_regcache_supply (struct regcache *regcache, uint32_t *regs, int arm_apcs_32) |
void | aarch32_gp_regcache_collect (const struct regcache *regcache, uint32_t *regs, int arm_apcs_32) |
void | aarch32_vfp_regcache_supply (struct regcache *regcache, gdb_byte *regs, const int vfp_register_count) |
void | aarch32_vfp_regcache_collect (const struct regcache *regcache, gdb_byte *regs, const int vfp_register_count) |
void aarch32_gp_regcache_collect | ( | const struct regcache * | regcache, |
uint32_t * | regs, | ||
int | arm_apcs_32 ) |
Definition at line 57 of file aarch32-linux-nat.c.
References ARM_A1_REGNUM, arm_apcs_32, ARM_CPSR_GREGNUM, ARM_PC_REGNUM, ARM_PS_REGNUM, reg_buffer::get_register_status(), and reg_buffer::raw_collect().
Referenced by store_gregs_to_thread(), and store_regs().
void aarch32_gp_regcache_supply | ( | struct regcache * | regcache, |
uint32_t * | regs, | ||
int | arm_apcs_32 ) |
Definition at line 31 of file aarch32-linux-nat.c.
References reg_buffer::arch(), ARM_A1_REGNUM, arm_apcs_32, ARM_CPSR_GREGNUM, ARM_PC_REGNUM, ARM_PS_REGNUM, gdbarch_addr_bits_remove(), and reg_buffer::raw_supply().
Referenced by fetch_gregs_from_thread(), and fetch_regs().
void aarch32_vfp_regcache_collect | ( | const struct regcache * | regcache, |
gdb_byte * | regs, | ||
const int | vfp_register_count ) |
Definition at line 99 of file aarch32-linux-nat.c.
References ARM_D0_REGNUM, ARM_FPSCR_REGNUM, and reg_buffer::raw_collect().
Referenced by store_fpregs_to_thread(), and store_vfp_regs().
void aarch32_vfp_regcache_supply | ( | struct regcache * | regcache, |
gdb_byte * | regs, | ||
const int | vfp_register_count ) |
Definition at line 84 of file aarch32-linux-nat.c.
References ARM_D0_REGNUM, ARM_FPSCR_REGNUM, and reg_buffer::raw_supply().
Referenced by fetch_fpregs_from_thread(), and fetch_vfp_regs().