|
GDB (xrefs)
|
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) |
| struct regset * | alphanbsd_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t len) |
| void alphabsd_fill_fpreg | ( | const struct regcache * | , |
| char * | , | ||
| int | |||
| ) |
Definition at line 52 of file alphabsd-tdep.c.
References alpha_fill_fp_regs().
Referenced by alphabsd_store_inferior_registers(), and fill_fpregset().
| void alphabsd_fill_reg | ( | const struct regcache * | , |
| char * | , | ||
| int | |||
| ) |
Definition at line 37 of file alphabsd-tdep.c.
References alpha_fill_int_regs().
Referenced by alphabsd_store_inferior_registers(), and fill_gregset().
| void alphabsd_supply_fpreg | ( | struct regcache * | , |
| const char * | , | ||
| int | |||
| ) |
Definition at line 44 of file alphabsd-tdep.c.
References alpha_supply_fp_regs().
Referenced by alphabsd_fetch_inferior_registers(), and supply_fpregset().
| void alphabsd_supply_reg | ( | struct regcache * | , |
| const char * | , | ||
| int | |||
| ) |
Definition at line 30 of file alphabsd-tdep.c.
References alpha_supply_int_regs().
Referenced by alphabsd_fetch_inferior_registers(), and supply_gregset().
| struct regset* alphanbsd_regset_from_core_section | ( | struct gdbarch * | gdbarch, |
| const char * | sect_name, | ||
| size_t | len | ||
| ) | [read] |
Definition at line 166 of file alphanbsd-tdep.c.
References alphanbsd_aout_gregset, alphanbsd_fpregset, alphanbsd_gregset, ALPHANBSD_SIZEOF_FPREGS, and ALPHANBSD_SIZEOF_GREGS.
Referenced by alphanbsd_init_abi(), and alphaobsd_init_abi().
1.7.6.1