32#define HPPAOBSD_SIZEOF_GREGS (34 * 4)
33#define HPPANBSD_SIZEOF_GREGS (46 * 4)
36#define HPPAOBSD_SIZEOF_FPREGS (32 * 8)
45 int regnum,
const void *gregs,
size_t len)
47 gdb_byte zero[4] = { 0 };
48 const gdb_byte *regs = (
const gdb_byte *) gregs;
115 int regnum,
const void *fpregs,
size_t len)
117 const gdb_byte *regs = (
const gdb_byte *) fpregs;
void raw_supply(int regnum, const void *buf) override
void set_gdbarch_iterate_over_regset_sections(struct gdbarch *gdbarch, gdbarch_iterate_over_regset_sections_ftype *iterate_over_regset_sections)
void iterate_over_regset_sections_cb(const char *sect_name, int supply_size, int collect_size, const struct regset *regset, const char *human_name, void *cb_data)
void hppabsd_init_abi(struct gdbarch_info info, struct gdbarch *gdbarch)
static void hppaobsd_init_abi(struct gdbarch_info info, struct gdbarch *gdbarch)
void _initialize_hppabsd_tdep()
#define HPPAOBSD_SIZEOF_GREGS
static void hppaobsd_supply_gregset(const struct regset *regset, struct regcache *regcache, int regnum, const void *gregs, size_t len)
static const struct regset hppaobsd_fpregset
static const struct regset hppaobsd_gregset
static void hppaobsd_iterate_over_regset_sections(struct gdbarch *gdbarch, iterate_over_regset_sections_cb *cb, void *cb_data, const struct regcache *regcache)
static void hppaobsd_supply_fpregset(const struct regset *regset, struct regcache *regcache, int regnum, const void *fpregs, size_t len)
#define HPPAOBSD_SIZEOF_FPREGS
#define HPPANBSD_SIZEOF_GREGS
void gdbarch_register_osabi(enum bfd_architecture arch, unsigned long machine, enum gdb_osabi osabi, void(*init_osabi)(struct gdbarch_info, struct gdbarch *))
#define REGSET_VARIABLE_SIZE