GDB (xrefs)
Loading...
Searching...
No Matches
Classes | Macros | Functions | Variables
m68k-bsd-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 <machine/reg.h>
#include "m68k-tdep.h"
#include "inf-ptrace.h"
#include "netbsd-nat.h"
#include <machine/pcb.h>
#include "bsd-kvm.h"

Go to the source code of this file.

Classes

struct  m68k_bsd_nat_target
 

Macros

#define _KERNTYPES
 
#define PCB_REGS_FP   10
 
#define PCB_REGS_SP   11
 

Functions

static int m68kbsd_gregset_supplies_p (int regnum)
 
static int m68kbsd_fpregset_supplies_p (int regnum)
 
static void m68kbsd_supply_gregset (struct regcache *regcache, const void *gregs)
 
static void m68kbsd_supply_fpregset (struct regcache *regcache, const void *fpregs)
 
static void m68kbsd_collect_gregset (const struct regcache *regcache, void *gregs, int regnum)
 
static void m68kbsd_collect_fpregset (struct regcache *regcache, void *fpregs, int regnum)
 
static int m68kbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
 
void _initialize_m68kbsd_nat ()
 

Variables

static m68k_bsd_nat_target the_m68k_bsd_nat_target
 

Macro Definition Documentation

◆ _KERNTYPES

#define _KERNTYPES

Definition at line 21 of file m68k-bsd-nat.c.

◆ PCB_REGS_FP

#define PCB_REGS_FP   10

Definition at line 192 of file m68k-bsd-nat.c.

Referenced by m68kbsd_supply_pcb().

◆ PCB_REGS_SP

#define PCB_REGS_SP   11

Definition at line 195 of file m68k-bsd-nat.c.

Referenced by m68kbsd_supply_pcb().

Function Documentation

◆ _initialize_m68kbsd_nat()

void _initialize_m68kbsd_nat ( )

◆ m68kbsd_collect_fpregset()

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

◆ m68kbsd_collect_gregset()

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

◆ m68kbsd_fpregset_supplies_p()

static int m68kbsd_fpregset_supplies_p ( int regnum)
static

◆ m68kbsd_gregset_supplies_p()

static int m68kbsd_gregset_supplies_p ( int regnum)
static

◆ m68kbsd_supply_fpregset()

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

◆ m68kbsd_supply_gregset()

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

◆ m68kbsd_supply_pcb()

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

Variable Documentation

◆ the_m68k_bsd_nat_target

m68k_bsd_nat_target the_m68k_bsd_nat_target
static

Definition at line 41 of file m68k-bsd-nat.c.

Referenced by _initialize_m68kbsd_nat().