GDB (xrefs)
|
#include "defs.h"
#include "regcache.h"
#include "gregset.h"
#include "linux-nat.h"
#include "or1k-tdep.h"
#include "or1k-linux-tdep.h"
#include "inferior.h"
#include "elf/common.h"
#include <sys/ptrace.h>
Go to the source code of this file.
Classes | |
class | or1k_linux_nat_target |
Functions | |
static void | supply_gregset_regnum (struct regcache *regcache, const prgregset_t *gregs, int regnum) |
void | supply_gregset (struct regcache *regcache, const prgregset_t *gregs) |
void | fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum) |
void | supply_fpregset (struct regcache *regcache, const gdb_fpregset_t *fpregs) |
void | fill_fpregset (const struct regcache *regcache, gdb_fpregset_t *fpregs, int regno) |
void | _initialize_or1k_linux_nat () |
Variables | |
static or1k_linux_nat_target | the_or1k_linux_nat_target |
void _initialize_or1k_linux_nat | ( | ) |
Definition at line 205 of file or1k-linux-nat.c.
References add_inf_child_target(), linux_target, and the_or1k_linux_nat_target.
void fill_fpregset | ( | const struct regcache * | regcache, |
gdb_fpregset_t * | fpregs, | ||
int | regno ) |
Definition at line 120 of file or1k-linux-nat.c.
void fill_gregset | ( | const struct regcache * | regcache, |
prgregset_t * | gregs, | ||
int | regnum ) |
Definition at line 89 of file or1k-linux-nat.c.
References OR1K_MAX_GPR_REGS, OR1K_NPC_REGNUM, OR1K_ZERO_REGNUM, reg_buffer::raw_collect(), and regnum.
Referenced by or1k_linux_nat_target::store_registers().
void supply_fpregset | ( | struct regcache * | regcache, |
const gdb_fpregset_t * | fpregs ) |
Definition at line 115 of file or1k-linux-nat.c.
void supply_gregset | ( | struct regcache * | regcache, |
const prgregset_t * | gregs ) |
Definition at line 80 of file or1k-linux-nat.c.
References supply_gregset_regnum().
|
static |
Definition at line 50 of file or1k-linux-nat.c.
References OR1K_MAX_GPR_REGS, OR1K_NPC_REGNUM, OR1K_ZERO_REGNUM, reg_buffer::raw_supply(), reg_buffer::raw_supply_zeroed(), and regnum.
Referenced by or1k_linux_nat_target::fetch_registers(), and supply_gregset().
|
static |
Definition at line 44 of file or1k-linux-nat.c.
Referenced by _initialize_or1k_linux_nat().