GDB (xrefs)
|
#include "defs.h"
#include "regcache.h"
#include <sys/reg.h>
#include <sys/procfs.h>
#include "gregset.h"
#include "target.h"
#include "procfs.h"
#include "amd64-nat.h"
#include "amd64-tdep.h"
Go to the source code of this file.
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_amd64_sol2_nat () |
Variables | |
static int | amd64_sol2_gregset64_reg_offset [] |
static int | amd64_sol2_gregset32_reg_offset [] |
void _initialize_amd64_sol2_nat | ( | ) |
Definition at line 258 of file i386-sol2-nat.c.
References amd64_native_gregset32_num_regs, amd64_native_gregset32_reg_offset, amd64_native_gregset64_num_regs, amd64_native_gregset64_reg_offset, amd64_sol2_gregset32_reg_offset, and amd64_sol2_gregset64_reg_offset.
void fill_fpregset | ( | const struct regcache * | regcache, |
prfpregset_t * | fpregs, | ||
int | regnum ) |
Definition at line 122 of file i386-sol2-nat.c.
References amd64_collect_fxsave(), and regnum.
void fill_gregset | ( | const struct regcache * | regcache, |
prgregset_t * | gregs, | ||
int | regnum ) |
Definition at line 115 of file i386-sol2-nat.c.
References amd64_collect_native_gregset(), and regnum.
void supply_fpregset | ( | struct regcache * | regcache, |
const prfpregset_t * | fpregs ) |
Definition at line 109 of file i386-sol2-nat.c.
References amd64_supply_fxsave().
void supply_gregset | ( | struct regcache * | regcache, |
const prgregset_t * | gregs ) |
Definition at line 103 of file i386-sol2-nat.c.
References amd64_supply_native_gregset().
|
static |
Definition at line 83 of file i386-sol2-nat.c.
Referenced by _initialize_amd64_sol2_nat().
|
static |
Definition at line 54 of file i386-sol2-nat.c.
Referenced by _initialize_amd64_sol2_nat().