23 #include <sys/procfs.h>
44 #if defined (PR_MODEL_NATIVE) && (PR_MODEL_NATIVE == PR_MODEL_LP64)
53 static int amd64_sol2_gregset64_reg_offset[] = {
82 static int amd64_sol2_gregset32_reg_offset[] = {
148 #if defined (PR_MODEL_NATIVE) && (PR_MODEL_NATIVE == PR_MODEL_LP64)
151 ARRAY_SIZE (amd64_sol2_gregset32_reg_offset);
154 ARRAY_SIZE (amd64_sol2_gregset64_reg_offset);
void add_target(struct target_ops *t)
void fill_gregset(const struct regcache *regcache, gdb_gregset_t *gregsetp, int regno)
void amd64_collect_native_gregset(const struct regcache *regcache, void *gregs, int regnum)
int amd64_native_gregset32_num_regs
void fill_fpregset(const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regno)
int amd64_native_gregset64_num_regs
void amd64_collect_fxsave(const struct regcache *regcache, int regnum, void *fxsave)
void amd64_supply_native_gregset(struct regcache *regcache, const void *gregs, int regnum)
int * amd64_native_gregset32_reg_offset
gdb_fpregset_t prfpregset_t
void amd64_supply_fxsave(struct regcache *regcache, int regnum, const void *fxsave)
void _initialize_amd64_sol2_nat(void)
int * amd64_native_gregset64_reg_offset
void supply_gregset(struct regcache *regcache, const gdb_gregset_t *gregsetp)
gdb_gregset_t prgregset_t
void procfs_use_watchpoints(struct target_ops *t)
struct target_ops * procfs_target(void)
void supply_fpregset(struct regcache *regcache, const gdb_fpregset_t *fpregsetp)