GDB (xrefs)
Functions
/home/stan/gdb/src/gdb/vaxbsd-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 <machine/pcb.h>
#include "bsd-kvm.h"

Go to the source code of this file.

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 void vaxbsd_fetch_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
static void vaxbsd_store_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
static int vaxbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
void _initialize_vaxbsd_nat (void)

Function Documentation

void _initialize_vaxbsd_nat ( void  )
static void vaxbsd_collect_gregset ( const struct regcache regcache,
void *  gregs,
int  regnum 
) [static]

Definition at line 48 of file vaxbsd-nat.c.

References regcache_raw_collect(), and VAX_NUM_REGS.

Referenced by vaxbsd_store_inferior_registers().

static void vaxbsd_fetch_inferior_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
) [static]
static void vaxbsd_store_inferior_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
) [static]
static void vaxbsd_supply_gregset ( struct regcache regcache,
const void *  gregs 
) [static]

Definition at line 35 of file vaxbsd-nat.c.

References regcache_raw_supply(), regnum, and VAX_NUM_REGS.

Referenced by vaxbsd_fetch_inferior_registers().

static int vaxbsd_supply_pcb ( struct regcache regcache,
struct pcb *  pcb 
) [static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines