24#include "elf/common.h"
27#include <sys/ptrace.h>
28#include <machine/reg.h>
53 fetch_register_set<struct vfpreg> (
regcache,
regnum, PT_GETVFPREGS,
72 store_register_set<struct reg> (
regcache,
regnum, PT_GETREGS, PT_SETREGS,
75 store_register_set<struct vfpreg> (
regcache,
regnum, PT_GETVFPREGS,
void _initialize_arm_fbsd_nat()
static arm_fbsd_nat_target the_arm_fbsd_nat_target
const struct target_desc * arm_fbsd_read_description_auxv(const gdb::optional< gdb::byte_vector > &auxv, target_ops *target, gdbarch *gdbarch, bool tls)
const struct regset arm_fbsd_vfpregset
const struct regset arm_fbsd_gregset
const struct regset arm_fbsd_tls_regset
size_t have_regset(ptid_t ptid, int note)
void add_inf_child_target(inf_child_target *target)
void store_registers(struct regcache *, int) override
const struct target_desc * read_description() override
void fetch_registers(struct regcache *, int) override
target_ops * beneath() const
virtual const struct target_desc * read_description() TARGET_DEFAULT_RETURN(NULL)