|
GDB (API)
|
#include "defs.h"#include "gdbcore.h"#include "inferior.h"#include "regcache.h"#include "gdb_assert.h"#include <stddef.h>#include <sys/types.h>#include <sys/procfs.h>#include <sys/ptrace.h>#include <sys/signal.h>#include <machine/frame.h>#include <machine/pcb.h>#include <machine/reg.h>#include "fbsd-nat.h"#include "gregset.h"#include "ppc-tdep.h"#include "ppcfbsd-tdep.h"#include "inf-ptrace.h"#include "bsd-kvm.h"Go to the source code of this file.
Functions | |
| void | supply_gregset (struct regcache *regcache, const gdb_gregset_t *gregsetp) |
| void | fill_gregset (const struct regcache *regcache, gdb_gregset_t *gregsetp, int regno) |
| void | supply_fpregset (struct regcache *regcache, const gdb_fpregset_t *fpregsetp) |
| void | fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regno) |
| void | _initialize_ppcfbsd_nat (void) |
| void _initialize_ppcfbsd_nat | ( | void | ) |
Definition at line 209 of file ppcfbsd-nat.c.
| void fill_fpregset | ( | const struct regcache * | regcache, |
| gdb_fpregset_t * | fpregsetp, | ||
| int | regno | ||
| ) |
Definition at line 83 of file ppcfbsd-nat.c.
| void fill_gregset | ( | const struct regcache * | regcache, |
| gdb_gregset_t * | gregsetp, | ||
| int | regno | ||
| ) |
Definition at line 57 of file ppcfbsd-nat.c.
| void supply_fpregset | ( | struct regcache * | regcache, |
| const gdb_fpregset_t * | fpregsetp | ||
| ) |
Definition at line 71 of file ppcfbsd-nat.c.
| void supply_gregset | ( | struct regcache * | regcache, |
| const gdb_gregset_t * | gregsetp | ||
| ) |
Definition at line 46 of file ppcfbsd-nat.c.
1.7.6.1