|
GDB (API)
|
#include "defs.h"#include "arch-utils.h"#include "frame.h"#include "frame-unwind.h"#include "gdbtypes.h"#include "osabi.h"#include "regcache.h"#include "regset.h"#include "symtab.h"#include "trad-frame.h"#include "gdb_assert.h"#include "gdb_string.h"#include "ppc-tdep.h"#include "ppcobsd-tdep.h"#include "solib-svr4.h"Go to the source code of this file.
Defines | |
| #define | GDB_OSABI_NETBSD_CORE GDB_OSABI_OPENBSD_ELF |
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) |
| void | _initialize_ppcobsd_tdep (void) |
Variables | |
| struct ppc_reg_offsets | ppcobsd_reg_offsets |
| struct ppc_reg_offsets | ppcobsd_fpreg_offsets |
| struct regset | ppcobsd_gregset |
| struct regset | ppcobsd_fpregset |
Definition at line 272 of file ppcobsd-tdep.c.
| void _initialize_ppcobsd_tdep | ( | void | ) |
| 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