GDB (xrefs)
Functions
/tmp/gdb-7.10/gdb/hppaobsd-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 "hppa-tdep.h"
#include "inf-ptrace.h"
#include "obsd-nat.h"

Go to the source code of this file.

Functions

static int hppaobsd_gregset_supplies_p (int regnum)
 
static int hppaobsd_fpregset_supplies_p (int regnum)
 
static void hppaobsd_supply_gregset (struct regcache *regcache, const void *gregs)
 
static void hppaobsd_supply_fpregset (struct regcache *regcache, const void *fpregs)
 
static void hppaobsd_collect_gregset (const struct regcache *regcache, void *gregs, int regnum)
 
static void hppaobsd_collect_fpregset (struct regcache *regcache, void *fpregs, int regnum)
 
static void hppaobsd_fetch_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
 
static void hppaobsd_store_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
 
void _initialize_hppaobsd_nat (void)
 

Function Documentation

void _initialize_hppaobsd_nat ( void  )
static void hppaobsd_collect_fpregset ( struct regcache regcache,
void *  fpregs,
int  regnum 
)
static

Definition at line 168 of file hppaobsd-nat.c.

References HPPA_FP0_REGNUM, HPPA_FP31R_REGNUM, and regcache_raw_collect().

Referenced by hppaobsd_store_registers().

static void hppaobsd_collect_gregset ( const struct regcache regcache,
void *  gregs,
int  regnum 
)
static
static void hppaobsd_fetch_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
)
static
static int hppaobsd_fpregset_supplies_p ( int  regnum)
static

Definition at line 41 of file hppaobsd-nat.c.

References HPPA_FP0_REGNUM, and HPPA_FP31R_REGNUM.

Referenced by hppaobsd_fetch_registers(), and hppaobsd_store_registers().

static int hppaobsd_gregset_supplies_p ( int  regnum)
static

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

References HPPA_CR27_REGNUM, and HPPA_R0_REGNUM.

Referenced by hppaobsd_fetch_registers(), and hppaobsd_store_registers().

static void hppaobsd_store_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
)
static
static void hppaobsd_supply_fpregset ( struct regcache regcache,
const void *  fpregs 
)
static

Definition at line 89 of file hppaobsd-nat.c.

References HPPA_FP0_REGNUM, HPPA_FP31R_REGNUM, regcache_raw_supply(), and regnum.

Referenced by hppaobsd_fetch_registers().

static void hppaobsd_supply_gregset ( struct regcache regcache,
const void *  gregs 
)
static