GDB (xrefs)
|
#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 "netbsd-nat.h"
Go to the source code of this file.
Classes | |
class | hppa_nbsd_nat_target |
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) |
void | _initialize_hppanbsd_nat () |
Variables | |
static hppa_nbsd_nat_target | the_hppa_nbsd_nat_target |
void _initialize_hppanbsd_nat | ( | ) |
Definition at line 235 of file hppa-netbsd-nat.c.
References add_inf_child_target(), and the_hppa_nbsd_nat_target.
|
static |
Definition at line 149 of file hppa-netbsd-nat.c.
References HPPA_FP0_REGNUM, HPPA_FP31R_REGNUM, reg_buffer::raw_collect(), and regnum.
Referenced by hppa_nbsd_nat_target::store_registers().
|
static |
Definition at line 101 of file hppa-netbsd-nat.c.
References HPPA_IPSW_REGNUM, HPPA_PCOQ_HEAD_REGNUM, HPPA_PCOQ_TAIL_REGNUM, HPPA_PCSQ_HEAD_REGNUM, HPPA_PCSQ_TAIL_REGNUM, HPPA_R1_REGNUM, HPPA_R31_REGNUM, HPPA_SAR_REGNUM, HPPA_SR4_REGNUM, reg_buffer::raw_collect(), and regnum.
Referenced by hppa_nbsd_nat_target::store_registers().
|
static |
Definition at line 51 of file hppa-netbsd-nat.c.
References HPPA_FP0_REGNUM, HPPA_FP31R_REGNUM, and regnum.
Referenced by hppa_nbsd_nat_target::fetch_registers(), and hppa_nbsd_nat_target::store_registers().
|
static |
Definition at line 42 of file hppa-netbsd-nat.c.
References HPPA_IPSW_REGNUM, HPPA_PCSQ_TAIL_REGNUM, HPPA_R0_REGNUM, HPPA_R31_REGNUM, HPPA_SAR_REGNUM, HPPA_SR4_REGNUM, and regnum.
Referenced by hppa_nbsd_nat_target::fetch_registers(), and hppa_nbsd_nat_target::store_registers().
|
static |
Definition at line 84 of file hppa-netbsd-nat.c.
References HPPA_FP0_REGNUM, HPPA_FP31R_REGNUM, reg_buffer::raw_supply(), and regnum.
Referenced by hppa_nbsd_nat_target::fetch_registers().
|
static |
Definition at line 59 of file hppa-netbsd-nat.c.
References HPPA_IPSW_REGNUM, HPPA_PCOQ_HEAD_REGNUM, HPPA_PCOQ_TAIL_REGNUM, HPPA_PCSQ_HEAD_REGNUM, HPPA_PCSQ_TAIL_REGNUM, HPPA_R1_REGNUM, HPPA_R31_REGNUM, HPPA_SAR_REGNUM, HPPA_SR4_REGNUM, reg_buffer::raw_supply(), and regnum.
Referenced by hppa_nbsd_nat_target::fetch_registers().
|
static |
Definition at line 39 of file hppa-netbsd-nat.c.
Referenced by _initialize_hppanbsd_nat().