GDB (xrefs)
|
#include "defs.h"
#include "inferior.h"
#include "regcache.h"
#include "target.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include "mips-tdep.h"
#include "mips-netbsd-tdep.h"
#include "netbsd-nat.h"
#include "inf-ptrace.h"
Go to the source code of this file.
Classes | |
class | mips_nbsd_nat_target |
Macros | |
#define | _KERNTYPES |
Functions | |
static int | getregs_supplies (struct gdbarch *gdbarch, int regno) |
void | _initialize_mipsnbsd_nat () |
Variables | |
static mips_nbsd_nat_target | the_mips_nbsd_nat_target |
#define _KERNTYPES |
Definition at line 21 of file mips-netbsd-nat.c.
void _initialize_mipsnbsd_nat | ( | ) |
Definition at line 121 of file mips-netbsd-nat.c.
References add_inf_child_target(), and the_mips_nbsd_nat_target.
|
static |
Definition at line 46 of file mips-netbsd-nat.c.
References gdbarch_pc_regnum(), and MIPS_ZERO_REGNUM.
Referenced by mips_nbsd_nat_target::fetch_registers(), and mips_nbsd_nat_target::store_registers().
|
static |
Definition at line 42 of file mips-netbsd-nat.c.
Referenced by _initialize_mipsnbsd_nat().