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 "vax-tdep.h"
#include "inf-ptrace.h"
#include "netbsd-nat.h"
#include <machine/pcb.h>
#include "bsd-kvm.h"
Go to the source code of this file.
Classes | |
struct | vax_bsd_nat_target |
Macros | |
#define | _KERNTYPES |
Functions | |
static void | vaxbsd_supply_gregset (struct regcache *regcache, const void *gregs) |
static void | vaxbsd_collect_gregset (const struct regcache *regcache, void *gregs, int regnum) |
static int | vaxbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) |
void | _initialize_vaxbsd_nat () |
Variables | |
static vax_bsd_nat_target | the_vax_bsd_nat_target |
#define _KERNTYPES |
Definition at line 21 of file vax-bsd-nat.c.
void _initialize_vaxbsd_nat | ( | ) |
Definition at line 142 of file vax-bsd-nat.c.
References add_inf_child_target(), bsd_kvm_add_target(), the_vax_bsd_nat_target, and vaxbsd_supply_pcb().
|
static |
Definition at line 59 of file vax-bsd-nat.c.
References reg_buffer::raw_collect(), regnum, and VAX_NUM_REGS.
Referenced by vax_bsd_nat_target::store_registers().
|
static |
Definition at line 46 of file vax-bsd-nat.c.
References reg_buffer::raw_supply(), regnum, and VAX_NUM_REGS.
Referenced by vax_bsd_nat_target::fetch_registers().
|
static |
Definition at line 116 of file vax-bsd-nat.c.
References reg_buffer::raw_supply(), regnum, VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_PC_REGNUM, VAX_PS_REGNUM, VAX_R0_REGNUM, and VAX_SP_REGNUM.
Referenced by _initialize_vaxbsd_nat().
|
static |
Definition at line 41 of file vax-bsd-nat.c.
Referenced by _initialize_vaxbsd_nat().