GDB (xrefs)
Functions
/home/stan/gdb/src/gdb/m88kbsd-nat.c File Reference
#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 "m88k-tdep.h"
#include "inf-ptrace.h"

Go to the source code of this file.

Functions

static void m88kbsd_supply_gregset (struct regcache *regcache, const void *gregs)
static void m88kbsd_collect_gregset (const struct regcache *regcache, void *gregs, int regnum)
static void m88kbsd_fetch_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
static void m88kbsd_store_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
void _initialize_m88kbsd_nat (void)

Function Documentation

void _initialize_m88kbsd_nat ( void  )
static void m88kbsd_collect_gregset ( const struct regcache regcache,
void *  gregs,
int  regnum 
) [static]

Definition at line 48 of file m88kbsd-nat.c.

References M88K_NUM_REGS, and regcache_raw_collect().

Referenced by m88kbsd_store_inferior_registers().

static void m88kbsd_fetch_inferior_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
) [static]
static void m88kbsd_store_inferior_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
) [static]
static void m88kbsd_supply_gregset ( struct regcache regcache,
const void *  gregs 
) [static]

Definition at line 35 of file m88kbsd-nat.c.

References M88K_NUM_REGS, regcache_raw_supply(), and regnum.

Referenced by m88kbsd_fetch_inferior_registers().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines