GDB (xrefs)
Macros | Functions
/tmp/gdb-7.10/gdb/mips64obsd-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 "mips-tdep.h"
#include "inf-ptrace.h"
#include "obsd-nat.h"

Go to the source code of this file.

Macros

#define MIPS_PC_REGNUM   MIPS_EMBED_PC_REGNUM
 
#define MIPS_FP0_REGNUM   MIPS_EMBED_FP0_REGNUM
 
#define MIPS_FSR_REGNUM   MIPS_EMBED_FP0_REGNUM + 32
 

Functions

static void mips64obsd_supply_gregset (struct regcache *regcache, const void *gregs)
 
static void mips64obsd_collect_gregset (const struct regcache *regcache, void *gregs, int regnum)
 
static void mips64obsd_fetch_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
 
static void mips64obsd_store_inferior_registers (struct target_ops *ops, struct regcache *regcache, int regnum)
 
void _initialize_mips64obsd_nat (void)
 

Macro Definition Documentation

#define MIPS_FP0_REGNUM   MIPS_EMBED_FP0_REGNUM

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

Referenced by mips64obsd_collect_gregset(), and mips64obsd_supply_gregset().

#define MIPS_FSR_REGNUM   MIPS_EMBED_FP0_REGNUM + 32

Definition at line 36 of file mips64obsd-nat.c.

Referenced by mips64obsd_collect_gregset(), and mips64obsd_supply_gregset().

#define MIPS_PC_REGNUM   MIPS_EMBED_PC_REGNUM

Definition at line 34 of file mips64obsd-nat.c.

Referenced by mips64obsd_collect_gregset(), and mips64obsd_supply_gregset().

Function Documentation

void _initialize_mips64obsd_nat ( void  )
static void mips64obsd_collect_gregset ( const struct regcache regcache,
void *  gregs,
int  regnum 
)
static
static void mips64obsd_fetch_inferior_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
)
static
static void mips64obsd_store_inferior_registers ( struct target_ops ops,
struct regcache regcache,
int  regnum 
)
static
static void mips64obsd_supply_gregset ( struct regcache regcache,
const void *  gregs 
)
static