GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Macros | Functions | Variables
vax-bsd-nat.c File Reference
#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
 

Macro Definition Documentation

◆ _KERNTYPES

#define _KERNTYPES

Definition at line 21 of file vax-bsd-nat.c.

Function Documentation

◆ _initialize_vaxbsd_nat()

void _initialize_vaxbsd_nat ( )

◆ vaxbsd_collect_gregset()

static void vaxbsd_collect_gregset ( const struct regcache * regcache,
void * gregs,
int regnum )
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().

◆ vaxbsd_supply_gregset()

static void vaxbsd_supply_gregset ( struct regcache * regcache,
const void * gregs )
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().

◆ vaxbsd_supply_pcb()

static int vaxbsd_supply_pcb ( struct regcache * regcache,
struct pcb * pcb )
static

Variable Documentation

◆ the_vax_bsd_nat_target

vax_bsd_nat_target the_vax_bsd_nat_target
static

Definition at line 41 of file vax-bsd-nat.c.

Referenced by _initialize_vaxbsd_nat().