32 #ifdef HAVE_SYS_PROCFS_H
34 #include <sys/procfs.h>
37 #if !defined (PR_MODEL_NATIVE) || (PR_MODEL_NATIVE == PR_MODEL_ILP32)
106 const greg_t *regp = (
const greg_t *) gregsetp;
121 greg_t *regp = (greg_t *) gregsetp;
125 if (regnum == -1 || regnum == i)
131 #ifdef HAVE_FPREGSET_T
void i387_collect_fsave(const struct regcache *regcache, int regnum, void *fsave)
void fill_gregset(const struct regcache *regcache, gdb_gregset_t *gregsetp, int regno)
struct gdbarch * get_regcache_arch(const struct regcache *regcache)
void i387_supply_fsave(struct regcache *regcache, int regnum, const void *fsave)
void fill_fpregset(const struct regcache *regcache, gdb_fpregset_t *fpregsetp, int regno)
void supply_gregset(struct regcache *regcache, const gdb_gregset_t *gregsetp)
int gdbarch_fp0_regnum(struct gdbarch *gdbarch)
void regcache_raw_supply(struct regcache *regcache, int regnum, const void *buf)
void regcache_raw_collect(const struct regcache *regcache, int regnum, void *buf)
void supply_fpregset(struct regcache *regcache, const gdb_fpregset_t *fpregsetp)