GDB (xrefs)
Loading...
Searching...
No Matches
Functions | Variables
sparc64-obsd-nat.c File Reference
#include "defs.h"
#include "gdbcore.h"
#include "regcache.h"
#include "target.h"
#include "sparc64-tdep.h"
#include "sparc-nat.h"
#include "obsd-nat.h"
#include <sys/types.h>
#include <machine/pcb.h>
#include "bsd-kvm.h"

Go to the source code of this file.

Functions

static int sparc64obsd_gregset_supplies_p (struct gdbarch *gdbarch, int regnum)
 
static int sparc64obsd_fpregset_supplies_p (struct gdbarch *gdbarch, int regnum)
 
static int sparc64obsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
 
void _initialize_sparc64obsd_nat ()
 

Variables

static sparc_target< obsd_nat_targetthe_sparc64_obsd_nat_target
 

Function Documentation

◆ _initialize_sparc64obsd_nat()

void _initialize_sparc64obsd_nat ( )

◆ sparc64obsd_fpregset_supplies_p()

static int sparc64obsd_fpregset_supplies_p ( struct gdbarch * gdbarch,
int regnum )
static

◆ sparc64obsd_gregset_supplies_p()

static int sparc64obsd_gregset_supplies_p ( struct gdbarch * gdbarch,
int regnum )
static

◆ sparc64obsd_supply_pcb()

static int sparc64obsd_supply_pcb ( struct regcache * regcache,
struct pcb * pcb )
static

Variable Documentation

◆ the_sparc64_obsd_nat_target

sparc_target<obsd_nat_target> the_sparc64_obsd_nat_target
static

Definition at line 110 of file sparc64-obsd-nat.c.

Referenced by _initialize_sparc64obsd_nat().