23 #include <sys/procfs.h>
void sparc64_collect_fpregset(const struct sparc_fpregmap *fpregmap, const struct regcache *regcache, int regnum, void *fpregs)
void fill_fpregset(const struct regcache *regcache, prfpregset_t *fpregs, int regnum)
void _initialize_sparc64_linux_nat(void)
void sparc_store_inferior_registers(struct target_ops *ops, struct regcache *regcache, int regnum)
void sparc64_collect_gregset(const struct sparc_gregmap *gregmap, const struct regcache *regcache, int regnum, void *gregs)
void sparc64_supply_gregset(const struct sparc_gregmap *gregmap, struct regcache *regcache, int regnum, const void *gregs)
const struct sparc_fpregmap sparc64_bsd_fpregmap
gdb_fpregset_t prfpregset_t
void supply_fpregset(struct regcache *regcache, const prfpregset_t *fpregs)
void sparc64_supply_fpregset(const struct sparc_fpregmap *fpregmap, struct regcache *regcache, int regnum, const void *fpregs)
void sparc_fetch_inferior_registers(struct target_ops *ops, struct regcache *regcache, int regnum)
void supply_gregset(struct regcache *regcache, const prgregset_t *gregs)
void linux_nat_add_target(struct target_ops *t)
struct target_ops * linux_target(void)
static const struct sparc_gregmap sparc64_linux_ptrace_gregmap
gdb_gregset_t prgregset_t
void(* to_fetch_registers)(struct target_ops *, struct regcache *, int) TARGET_DEFAULT_IGNORE()
void fill_gregset(const struct regcache *regcache, prgregset_t *gregs, int regnum)
void(* to_store_registers)(struct target_ops *, struct regcache *, int) TARGET_DEFAULT_NORETURN(noprocess())