GDB (xrefs)
|
#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.
Classes | |
struct | mips64_obsd_nat_target |
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) |
void | _initialize_mips64obsd_nat () |
Variables | |
static mips64_obsd_nat_target | the_mips64_obsd_nat_target |
#define MIPS_FP0_REGNUM MIPS_EMBED_FP0_REGNUM |
Definition at line 35 of file mips64-obsd-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 mips64-obsd-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 mips64-obsd-nat.c.
Referenced by mips64obsd_collect_gregset(), and mips64obsd_supply_gregset().
void _initialize_mips64obsd_nat | ( | ) |
Definition at line 120 of file mips64-obsd-nat.c.
References add_inf_child_target(), and the_mips64_obsd_nat_target.
|
static |
Definition at line 65 of file mips64-obsd-nat.c.
References MIPS_FP0_REGNUM, MIPS_FSR_REGNUM, MIPS_PC_REGNUM, MIPS_ZERO_REGNUM, reg_buffer::raw_collect(), and regnum.
Referenced by mips64_obsd_nat_target::store_registers().
|
static |
Definition at line 49 of file mips64-obsd-nat.c.
References MIPS_FP0_REGNUM, MIPS_FSR_REGNUM, MIPS_PC_REGNUM, MIPS_ZERO_REGNUM, reg_buffer::raw_supply(), and regnum.
Referenced by mips64_obsd_nat_target::fetch_registers().
|
static |
Definition at line 44 of file mips64-obsd-nat.c.
Referenced by _initialize_mips64obsd_nat().