GDB (xrefs)
Functions
/home/stan/gdb/src/gdb/hppabsd-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"

Go to the source code of this file.

Functions

static int hppabsd_gregset_supplies_p (int regnum)
static int hppabsd_fpregset_supplies_p (int regnum)
static void hppabsd_supply_gregset (struct regcache *regcache, const void *gregs)
static void hppabsd_supply_fpregset (struct regcache *regcache, const void *fpregs)
static void hppabsd_collect_gregset (const struct regcache *regcache, void *gregs, int regnum)
static void hppabsd_collect_fpregset (struct regcache *regcache, void *fpregs, int regnum)
static void hppabsd_fetch_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
static void hppabsd_store_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
void _initialize_hppabsd_nat (void)

Function Documentation

void _initialize_hppabsd_nat ( void  )
static void hppabsd_collect_fpregset ( struct regcache regcache,
void *  fpregs,
int  regnum 
) [static]

Definition at line 166 of file hppabsd-nat.c.

References HPPA_FP0_REGNUM, HPPA_FP31R_REGNUM, and regcache_raw_collect().

Referenced by hppabsd_store_registers().

static void hppabsd_collect_gregset ( const struct regcache regcache,
void *  gregs,
int  regnum 
) [static]
static void hppabsd_fetch_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
) [static]
static int hppabsd_fpregset_supplies_p ( int  regnum) [static]

Definition at line 39 of file hppabsd-nat.c.

References HPPA_FP0_REGNUM, and HPPA_FP31R_REGNUM.

Referenced by hppabsd_fetch_registers(), and hppabsd_store_registers().

static int hppabsd_gregset_supplies_p ( int  regnum) [static]

Definition at line 33 of file hppabsd-nat.c.

References HPPA_CR27_REGNUM, and HPPA_R0_REGNUM.

Referenced by hppabsd_fetch_registers(), and hppabsd_store_registers().

static void hppabsd_store_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
) [static]
static void hppabsd_supply_fpregset ( struct regcache regcache,
const void *  fpregs 
) [static]

Definition at line 87 of file hppabsd-nat.c.

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

Referenced by hppabsd_fetch_registers().

static void hppabsd_supply_gregset ( struct regcache regcache,
const void *  gregs 
) [static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines