Implement basic threading support in the NetBSD target
[deliverable/binutils-gdb.git] / gdb / nbsd-nat.h
index a752fbe572d32ff77690c30195b6c3d981de2b40..3606048cd07041d635e874ac36b055cdcd3398e1 100644 (file)
 
 #include "inf-ptrace.h"
 
+struct thread_info;
+
 /* A prototype NetBSD target.  */
 
 struct nbsd_nat_target : public inf_ptrace_target
 {
   char *pid_to_exec_file (int pid) override;
+
+  bool thread_alive (ptid_t ptid) override;
+  const char *thread_name (struct thread_info *thr) override;
+  void post_attach (int pid) override;
+  void update_thread_list () override;
+  std::string pid_to_str (ptid_t ptid) override;
 };
 
 #endif /* nbsd-nat.h */
This page took 0.024384 seconds and 4 git commands to generate.