GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Functions | Variables
ppc-obsd-nat.c File Reference
#include "defs.h"
#include "gdbcore.h"
#include "inferior.h"
#include "regcache.h"
#include <sys/types.h>
#include <sys/ptrace.h>
#include <sys/signal.h>
#include <machine/frame.h>
#include <machine/pcb.h>
#include <machine/reg.h>
#include "ppc-tdep.h"
#include "ppc-obsd-tdep.h"
#include "inf-ptrace.h"
#include "obsd-nat.h"
#include "bsd-kvm.h"

Go to the source code of this file.

Classes

struct  ppc_obsd_nat_target
 

Functions

static int ppcobsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
 
void _initialize_ppcobsd_nat ()
 

Variables

static ppc_obsd_nat_target the_ppc_obsd_nat_target
 

Function Documentation

◆ _initialize_ppcobsd_nat()

void _initialize_ppcobsd_nat ( )

◆ ppcobsd_supply_pcb()

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

Variable Documentation

◆ the_ppc_obsd_nat_target

ppc_obsd_nat_target the_ppc_obsd_nat_target
static

Definition at line 44 of file ppc-obsd-nat.c.

Referenced by _initialize_ppcobsd_nat().