GDB (xrefs)
|
#include "defs.h"
#include "inferior.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include "sh-tdep.h"
#include "inf-ptrace.h"
#include "netbsd-nat.h"
#include "regcache.h"
Go to the source code of this file.
Classes | |
struct | sh_nbsd_nat_target |
Macros | |
#define | GETREGS_SUPPLIES(gdbarch, regno) |
#define | SHNBSD_SIZEOF_GREGS (21 * 4) |
Functions | |
void | _initialize_shnbsd_nat () |
Variables | |
static sh_nbsd_nat_target | the_sh_nbsd_nat_target |
#define GETREGS_SUPPLIES | ( | gdbarch, | |
regno ) |
Definition at line 43 of file sh-netbsd-nat.c.
Referenced by sh_nbsd_nat_target::fetch_registers(), and sh_nbsd_nat_target::store_registers().
#define SHNBSD_SIZEOF_GREGS (21 * 4) |
Definition at line 50 of file sh-netbsd-nat.c.
Referenced by sh_nbsd_nat_target::fetch_registers(), and sh_nbsd_nat_target::store_registers().
void _initialize_shnbsd_nat | ( | ) |
Definition at line 104 of file sh-netbsd-nat.c.
References add_inf_child_target(), and the_sh_nbsd_nat_target.
|
static |
Definition at line 40 of file sh-netbsd-nat.c.
Referenced by _initialize_shnbsd_nat().