GDB (xrefs)
|
#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.
Classes | |
struct | hppa_obsd_nat_target |
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) |
void | _initialize_hppaobsd_nat () |
Variables | |
static hppa_obsd_nat_target | the_hppa_obsd_nat_target |
void _initialize_hppaobsd_nat | ( | ) |
Definition at line 257 of file hppa-obsd-nat.c.
References add_inf_child_target(), and the_hppa_obsd_nat_target.
|
static |
Definition at line 176 of file hppa-obsd-nat.c.
References HPPA_FP0_REGNUM, HPPA_FP31R_REGNUM, reg_buffer::raw_collect(), and regnum.
Referenced by hppa_obsd_nat_target::store_registers().
|
static |
Definition at line 114 of file hppa-obsd-nat.c.
References HPPA_CR26_REGNUM, HPPA_CR27_REGNUM, 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_SR0_REGNUM, HPPA_SR1_REGNUM, HPPA_SR2_REGNUM, HPPA_SR3_REGNUM, HPPA_SR4_REGNUM, HPPA_SR5_REGNUM, HPPA_SR6_REGNUM, HPPA_SR7_REGNUM, reg_buffer::raw_collect(), and regnum.
Referenced by hppa_obsd_nat_target::store_registers().
|
static |
Definition at line 49 of file hppa-obsd-nat.c.
References HPPA_FP0_REGNUM, HPPA_FP31R_REGNUM, and regnum.
Referenced by hppa_obsd_nat_target::fetch_registers(), and hppa_obsd_nat_target::store_registers().
|
static |
Definition at line 43 of file hppa-obsd-nat.c.
References HPPA_CR27_REGNUM, HPPA_R0_REGNUM, and regnum.
Referenced by hppa_obsd_nat_target::fetch_registers(), and hppa_obsd_nat_target::store_registers().
|
static |
Definition at line 97 of file hppa-obsd-nat.c.
References HPPA_FP0_REGNUM, HPPA_FP31R_REGNUM, reg_buffer::raw_supply(), and regnum.
Referenced by hppa_obsd_nat_target::fetch_registers().
|
static |
Definition at line 57 of file hppa-obsd-nat.c.
References HPPA_CR26_REGNUM, HPPA_CR27_REGNUM, HPPA_IPSW_REGNUM, HPPA_PCOQ_HEAD_REGNUM, HPPA_PCOQ_TAIL_REGNUM, HPPA_PCSQ_HEAD_REGNUM, HPPA_PCSQ_TAIL_REGNUM, HPPA_R0_REGNUM, HPPA_R1_REGNUM, HPPA_R31_REGNUM, HPPA_SAR_REGNUM, HPPA_SR0_REGNUM, HPPA_SR1_REGNUM, HPPA_SR2_REGNUM, HPPA_SR3_REGNUM, HPPA_SR4_REGNUM, HPPA_SR5_REGNUM, HPPA_SR6_REGNUM, HPPA_SR7_REGNUM, reg_buffer::raw_supply(), and regnum.
Referenced by hppa_obsd_nat_target::fetch_registers().
|
static |
Definition at line 40 of file hppa-obsd-nat.c.
Referenced by _initialize_hppaobsd_nat().