GDB (xrefs)
|
#include "defs.h"
#include "regcache.h"
#include <sys/procfs.h>
#include "gregset.h"
#include "sparc64-tdep.h"
#include "sparc-tdep.h"
#include "sparc-nat.h"
#include "inferior.h"
#include "target.h"
#include "linux-nat.h"
Go to the source code of this file.
Classes | |
class | sparc64_linux_nat_target |
Functions | |
void | supply_gregset (struct regcache *regcache, const prgregset_t *gregs) |
void | supply_fpregset (struct regcache *regcache, const prfpregset_t *fpregs) |
void | fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum) |
void | fill_fpregset (const struct regcache *regcache, prfpregset_t *fpregs, int regnum) |
void | _initialize_sparc64_linux_nat () |
Variables | |
static sparc64_linux_nat_target | the_sparc64_linux_nat_target |
static const struct sparc_gregmap | sparc64_linux_ptrace_gregmap |
void _initialize_sparc64_linux_nat | ( | ) |
Definition at line 93 of file sparc64-linux-nat.c.
References add_inf_child_target(), linux_target, sparc64_bsd_fpregmap, sparc64_linux_ptrace_gregmap, and the_sparc64_linux_nat_target.
void fill_fpregset | ( | const struct regcache * | regcache, |
prfpregset_t * | fpregs, | ||
int | regnum ) |
Definition at line 85 of file sparc64-linux-nat.c.
References regnum, sparc64_bsd_fpregmap, and sparc64_collect_fpregset().
void fill_gregset | ( | const struct regcache * | regcache, |
prgregset_t * | gregs, | ||
int | regnum ) |
Definition at line 79 of file sparc64-linux-nat.c.
References regnum, and sparc64_collect_gregset().
void supply_fpregset | ( | struct regcache * | regcache, |
const prfpregset_t * | fpregs ) |
Definition at line 73 of file sparc64-linux-nat.c.
References sparc64_bsd_fpregmap, and sparc64_supply_fpregset().
void supply_gregset | ( | struct regcache * | regcache, |
const prgregset_t * | gregs ) |
Definition at line 67 of file sparc64-linux-nat.c.
References sparc64_supply_gregset().
|
static |
Definition at line 52 of file sparc64-linux-nat.c.
Referenced by _initialize_sparc64_linux_nat().
|
static |
Definition at line 50 of file sparc64-linux-nat.c.
Referenced by _initialize_sparc64_linux_nat().