GDB (xrefs)
Functions
/tmp/gdb-7.10/gdb/hppanbsd-nat.c File Reference
#include "defs.h"
#include "inferior.h"
#include "regcache.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <machine/reg.h>
#include "hppa-tdep.h"
#include "inf-ptrace.h"
#include "nbsd-nat.h"

Go to the source code of this file.

Functions

static int hppanbsd_gregset_supplies_p (int regnum)
 
static int hppanbsd_fpregset_supplies_p (int regnum)
 
static void hppanbsd_supply_gregset (struct regcache *regcache, const void *gregs)
 
static void hppanbsd_supply_fpregset (struct regcache *regcache, const void *fpregs)
 
static void hppanbsd_collect_gregset (const struct regcache *regcache, void *gregs, int regnum)
 
static void hppanbsd_collect_fpregset (struct regcache *regcache, void *fpregs, int regnum)
 
static void hppanbsd_fetch_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
 
static void hppanbsd_store_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
 
void _initialize_hppanbsd_nat (void)
 

Function Documentation

void _initialize_hppanbsd_nat ( void  )
static void hppanbsd_collect_fpregset ( struct regcache regcache,
void *  fpregs,
int  regnum 
)
static
static void hppanbsd_collect_gregset ( const struct regcache regcache,
void *  gregs,
int  regnum 
)
static
static void hppanbsd_fetch_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
)
static
static int hppanbsd_fpregset_supplies_p ( int  regnum)
static

Definition at line 43 of file hppanbsd-nat.c.

References HPPA_FP0_REGNUM, and HPPA_FP31R_REGNUM.

Referenced by hppanbsd_fetch_registers(), and hppanbsd_store_registers().

static int hppanbsd_gregset_supplies_p ( int  regnum)
static
static void hppanbsd_store_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
)
static
static void hppanbsd_supply_fpregset ( struct regcache regcache,
const void *  fpregs 
)
static
static void hppanbsd_supply_gregset ( struct regcache regcache,
const void *  gregs 
)
static