gdb/ChangeLog:
* arm-nbsd-nat.c (arm_netbsd_nat_target): Inherit from
nbsd_nat_target instead of inf_ptrace_target.
* arm-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
nbsd_nat_target.
+2020-03-14 Kamil Rytarowski <n54@gmx.com>
+
+ * arm-nbsd-nat.c (arm_netbsd_nat_target): Inherit from
+ nbsd_nat_target instead of inf_ptrace_target.
+ * arm-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
+ nbsd_nat_target.
+
2020-03-14 Kamil Rytarowski <n54@gmx.com>
* x86-bsd-nat.c (x86bsd_dr_get): New variable lwp and pass
#include "arm-nbsd-tdep.h"
#include "aarch32-tdep.h"
#include "inf-ptrace.h"
+#include "nbsd-nat.h"
-class arm_netbsd_nat_target final : public inf_ptrace_target
+class arm_netbsd_nat_target final : public nbsd_nat_target
{
public:
/* Add our register access methods. */