28 #include <sys/types.h> 29 #include <sys/ptrace.h> 30 #include <machine/reg.h> 90 #ifdef PT_GETXSTATE_INFO 168 #ifdef PT_GETXSTATE_INFO
mach_port_t mach_port_t name mach_port_t mach_port_t name kern_return_t int int rusage_t pid_t pid
void amd64_collect_native_gregset(const struct regcache *regcache, void *gregs, int regnum)
static void amd64bsd_store_inferior_registers(struct target_ops *ops, struct regcache *regcache, int regnum)
ptid_t regcache_get_ptid(const struct regcache *regcache)
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)
struct target_ops * x86bsd_target(void)
void amd64_supply_fxsave(struct regcache *regcache, int regnum, const void *fxsave)
void amd64_supply_xsave(struct regcache *regcache, int regnum, const void *xsave)
static void amd64bsd_fetch_inferior_registers(struct target_ops *ops, struct regcache *regcache, int regnum)
void(* to_fetch_registers)(struct target_ops *, struct regcache *, int) TARGET_DEFAULT_IGNORE()
void void void void void void void void void perror_with_name(const char *string) ATTRIBUTE_NORETURN
struct target_ops * amd64bsd_target(void)
int amd64_native_gregset_supplies_p(struct gdbarch *gdbarch, int regnum)
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 amd64_collect_xsave(const struct regcache *regcache, int regnum, void *xsave, int gcore)
pid_t get_ptrace_pid(ptid_t ptid)
void(* to_store_registers)(struct target_ops *, struct regcache *, int) TARGET_DEFAULT_NORETURN(noprocess())