22#ifdef HAVE_SYS_PROCFS_H
23#include <sys/procfs.h>
27#define GDB_GREGSET_T gregset_t
31#define GDB_FPREGSET_T fpregset_t
void supply_gregset(struct regcache *regcache, const gdb_gregset_t *gregs)
void supply_fpregset(struct regcache *regcache, const gdb_fpregset_t *fpregs)
void fill_gregset(const struct regcache *regcache, gdb_gregset_t *gregs, int regno)
GDB_FPREGSET_T gdb_fpregset_t
void fill_fpregset(const struct regcache *regcache, gdb_fpregset_t *fpregs, int regno)
GDB_GREGSET_T gdb_gregset_t