aboutsummaryrefslogtreecommitdiff
path: root/gdb/netbsd-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/netbsd-nat.h')
-rw-r--r--gdb/netbsd-nat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/netbsd-nat.h b/gdb/netbsd-nat.h
index 43d60eb..ad83f20 100644
--- a/gdb/netbsd-nat.h
+++ b/gdb/netbsd-nat.h
@@ -32,7 +32,6 @@ struct nbsd_nat_target : public inf_ptrace_target
bool thread_alive (ptid_t ptid) override;
const char *thread_name (struct thread_info *thr) override;
- void post_startup_inferior (ptid_t ptid) override;
void post_attach (int pid) override;
void update_thread_list () override;
std::string pid_to_str (ptid_t ptid) override;
@@ -57,6 +56,9 @@ struct nbsd_nat_target : public inf_ptrace_target
ULONGEST *xfered_len) override;
bool supports_dumpcore () override;
void dumpcore (const char *filename) override;
+
+protected:
+ void post_startup_inferior (ptid_t ptid) override;
};
#endif /* netbsd-nat.h */