GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions | Variables
hppa-netbsd-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 "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
 

Function Documentation

◆ _initialize_hppanbsd_nat()

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.

◆ hppanbsd_collect_fpregset()

static void hppanbsd_collect_fpregset ( struct regcache * regcache,
void * fpregs,
int regnum )
static

◆ hppanbsd_collect_gregset()

static void hppanbsd_collect_gregset ( const struct regcache * regcache,
void * gregs,
int regnum )
static

◆ hppanbsd_fpregset_supplies_p()

static int hppanbsd_fpregset_supplies_p ( int regnum)
static

◆ hppanbsd_gregset_supplies_p()

static int hppanbsd_gregset_supplies_p ( int regnum)
static

◆ hppanbsd_supply_fpregset()

static void hppanbsd_supply_fpregset ( struct regcache * regcache,
const void * fpregs )
static

◆ hppanbsd_supply_gregset()

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

Variable Documentation

◆ the_hppa_nbsd_nat_target

hppa_nbsd_nat_target the_hppa_nbsd_nat_target
static

Definition at line 39 of file hppa-netbsd-nat.c.

Referenced by _initialize_hppanbsd_nat().