X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gdb%2Falpha-bsd-nat.c;h=75c5589e0b7ad278c71366081bc7c01f1431bd18;hb=4fed520be264b60893aa674071947890f8172915;hp=49f69f540e9b8fba63d2b9940f20a0bcf6e40337;hpb=2190cf067b87e804c59c0a0c14c8ae48deabfbf4;p=thirdparty%2Fbinutils-gdb.git diff --git a/gdb/alpha-bsd-nat.c b/gdb/alpha-bsd-nat.c index 49f69f540e9..75c5589e0b7 100644 --- a/gdb/alpha-bsd-nat.c +++ b/gdb/alpha-bsd-nat.c @@ -26,6 +26,7 @@ #include "alpha-tdep.h" #include "alpha-bsd-tdep.h" #include "inf-ptrace.h" +#include "nbsd-nat.h" #include #include @@ -45,7 +46,7 @@ typedef struct fpreg fpregset_t; #include "gregset.h" -struct alpha_bsd_nat_target final : public inf_ptrace_target +struct alpha_bsd_nat_target final : public nbsd_nat_target { void fetch_registers (struct regcache *, int) override; void store_registers (struct regcache *, int) override;