|
GDB (API)
|
#include <stddef.h>Go to the source code of this file.
Functions | |
| void | ppcobsd_supply_gregset (const struct regset *regset, struct regcache *regcache, int regnum, const void *gregs, size_t len) |
| void | ppcobsd_collect_gregset (const struct regset *regset, const struct regcache *regcache, int regnum, void *gregs, size_t len) |
Variables | |
| struct ppc_reg_offsets | ppcobsd_reg_offsets |
| struct ppc_reg_offsets | ppcobsd_fpreg_offsets |
| struct regset | ppcobsd_gregset |
| struct regset | ppcobsd_fpregset |
| void ppcobsd_collect_gregset | ( | const struct regset * | regset, |
| const struct regcache * | regcache, | ||
| int | regnum, | ||
| void * | gregs, | ||
| size_t | len | ||
| ) |
Definition at line 64 of file ppcobsd-tdep.c.
| void ppcobsd_supply_gregset | ( | const struct regset * | regset, |
| struct regcache * | regcache, | ||
| int | regnum, | ||
| const void * | gregs, | ||
| size_t | len | ||
| ) |
Definition at line 50 of file ppcobsd-tdep.c.
Definition at line 40 of file ppcobsd-tdep.c.
| struct regset ppcobsd_fpregset |
Definition at line 80 of file ppcobsd-tdep.c.
| struct regset ppcobsd_gregset |
Definition at line 74 of file ppcobsd-tdep.c.
Definition at line 39 of file ppcobsd-tdep.c.
1.7.6.1