GDB (xrefs)
|
#include "defs.h"
#include "regcache.h"
#include "target.h"
#include "sparc-tdep.h"
#include "sparc-nat.h"
#include <sys/types.h>
#include <machine/pcb.h>
#include "bsd-kvm.h"
Go to the source code of this file.
Functions | |
static int | sparc32nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) |
void | _initialize_sparcnbsd_nat () |
Variables | |
static sparc_target< inf_ptrace_target > | the_sparc_nbsd_nat_target |
void _initialize_sparcnbsd_nat | ( | ) |
Definition at line 62 of file sparc-netbsd-nat.c.
References add_inf_child_target(), bsd_kvm_add_target(), sparc32_bsd_fpregmap, sparc32nbsd_gregmap, and sparc32nbsd_supply_pcb().
|
static |
Definition at line 35 of file sparc-netbsd-nat.c.
References reg_buffer::raw_supply(), SPARC32_PC_REGNUM, SPARC32_PSR_REGNUM, SPARC32_WIM_REGNUM, SPARC_O7_REGNUM, SPARC_SP_REGNUM, and sparc_supply_rwindow().
Referenced by _initialize_sparcnbsd_nat().
|
static |
Definition at line 58 of file sparc-netbsd-nat.c.