30 #define ARMBSD_SIZEOF_GREGS (17 * 4) 33 #define ARMBSD_SIZEOF_FPREGS ((1 + (8 * 3)) * 4) 51 int regnum,
const void *fpregs,
size_t len)
72 int regnum,
const void *gregs,
size_t len)
void() iterate_over_regset_sections_cb(const char *sect_name, int size, const struct regset *regset, const char *human_name, void *cb_data)
static int armbsd_fpreg_offset(int regnum)
#define ARMBSD_SIZEOF_GREGS
#define ARMBSD_SIZEOF_FPREGS
static const struct regset armbsd_gregset
#define REGSET_VARIABLE_SIZE
static void armbsd_supply_gregset(const struct regset *regset, struct regcache *regcache, int regnum, const void *gregs, size_t len)
static const struct regset armbsd_fpregset
static void armbsd_supply_fpregset(const struct regset *regset, struct regcache *regcache, int regnum, const void *fpregs, size_t len)
void regcache_raw_supply(struct regcache *regcache, int regnum, const void *buf)
void armbsd_iterate_over_regset_sections(struct gdbarch *gdbarch, iterate_over_regset_sections_cb *cb, void *cb_data, const struct regcache *regcache)