GDB (xrefs)
|
#include "gdbarch.h"
Go to the source code of this file.
Functions | |
void | alphabsd_supply_reg (struct regcache *, const char *, int) |
void | alphabsd_fill_reg (const struct regcache *, char *, int) |
void | alphabsd_supply_fpreg (struct regcache *, const char *, int) |
void | alphabsd_fill_fpreg (const struct regcache *, char *, int) |
void | alphanbsd_iterate_over_regset_sections (struct gdbarch *gdbarch, iterate_over_regset_sections_cb *cb, void *cb_data, const struct regcache *regcache) |
void alphabsd_fill_fpreg | ( | const struct regcache * | regcache, |
char * | fpregs, | ||
int | regno ) |
Definition at line 52 of file alpha-bsd-tdep.c.
References alpha_fill_fp_regs().
Referenced by alpha_bsd_nat_target::store_registers().
void alphabsd_fill_reg | ( | const struct regcache * | regcache, |
char * | regs, | ||
int | regno ) |
Definition at line 37 of file alpha-bsd-tdep.c.
References alpha_fill_int_regs().
Referenced by alpha_bsd_nat_target::store_registers().
void alphabsd_supply_fpreg | ( | struct regcache * | regcache, |
const char * | fpregs, | ||
int | regno ) |
Definition at line 44 of file alpha-bsd-tdep.c.
References alpha_supply_fp_regs().
Referenced by alpha_bsd_nat_target::fetch_registers().
void alphabsd_supply_reg | ( | struct regcache * | regcache, |
const char * | regs, | ||
int | regno ) |
Definition at line 30 of file alpha-bsd-tdep.c.
References alpha_supply_int_regs().
Referenced by alpha_bsd_nat_target::fetch_registers().
void alphanbsd_iterate_over_regset_sections | ( | struct gdbarch * | gdbarch, |
iterate_over_regset_sections_cb * | cb, | ||
void * | cb_data, | ||
const struct regcache * | regcache ) |
Definition at line 159 of file alpha-netbsd-tdep.c.
References alphanbsd_fpregset, alphanbsd_gregset, ALPHANBSD_SIZEOF_FPREGS, and ALPHANBSD_SIZEOF_GREGS.
Referenced by alphanbsd_init_abi(), and alphaobsd_init_abi().