GDB (xrefs)
|
Go to the source code of this file.
Macros | |
#define | ARC_LINUX_SIZEOF_V2_REGSET (3 * ARC_REGISTER_SIZE) |
Functions | |
void | arc_linux_supply_gregset (const struct regset *regset, struct regcache *regcache, int regnum, const void *gregs, size_t size) |
void | arc_linux_supply_v2_regset (const struct regset *regset, struct regcache *regcache, int regnum, const void *v2_regs, size_t size) |
void | arc_linux_collect_gregset (const struct regset *regset, const struct regcache *regcache, int regnum, void *gregs, size_t size) |
void | arc_linux_collect_v2_regset (const struct regset *regset, const struct regcache *regcache, int regnum, void *v2_regs, size_t size) |
#define ARC_LINUX_SIZEOF_V2_REGSET (3 * ARC_REGISTER_SIZE) |
Definition at line 26 of file arc-linux-tdep.h.
Referenced by arc_linux_iterate_over_regset_sections().
void arc_linux_collect_gregset | ( | const struct regset * | regset, |
const struct regcache * | regcache, | ||
int | regnum, | ||
void * | gregs, | ||
size_t | size ) |
Definition at line 611 of file arc-linux-tdep.c.
References ARC_LAST_REGNUM, arc_linux_core_reg_offsets, reg_buffer::arch(), collect_register(), gdb_static_assert(), and regnum.
Referenced by fill_gregset(), and store_gregs().
void arc_linux_collect_v2_regset | ( | const struct regset * | regset, |
const struct regcache * | regcache, | ||
int | regnum, | ||
void * | v2_regs, | ||
size_t | size ) |
Definition at line 632 of file arc-linux-tdep.c.
References ARC_R30_REGNUM, ARC_R58_REGNUM, ARC_R59_REGNUM, reg_buffer::raw_collect(), regnum, and REGOFF.
void arc_linux_supply_gregset | ( | const struct regset * | regset, |
struct regcache * | regcache, | ||
int | regnum, | ||
const void * | gregs, | ||
size_t | size ) |
Definition at line 548 of file arc-linux-tdep.c.
References ARC_LAST_REGNUM, arc_linux_core_reg_offsets, gdb_static_assert(), regnum, and supply_register().
Referenced by fetch_gregs(), and supply_gregset().
void arc_linux_supply_v2_regset | ( | const struct regset * | regset, |
struct regcache * | regcache, | ||
int | regnum, | ||
const void * | v2_regs, | ||
size_t | size ) |
Definition at line 568 of file arc-linux-tdep.c.
References ARC_R30_REGNUM, ARC_R58_REGNUM, ARC_R59_REGNUM, reg_buffer::raw_supply(), regnum, and REGOFF.