Add basic event handling in the NetBSD target
[deliverable/binutils-gdb.git] / gdb / nbsd-nat.h
index 256db4b9017fb78d2265bcfc61969e72cafb4a33..6e14cbb889d4060148f1e392794bf0b307de92d8 100644 (file)
@@ -38,6 +38,15 @@ struct nbsd_nat_target : public inf_ptrace_target
 
   int find_memory_regions (find_memory_region_ftype func, void *data) override;
   bool info_proc (const char *, enum info_proc_what) override;
+
+  void resume (ptid_t, int, enum gdb_signal) override;
+  ptid_t wait (ptid_t, struct target_waitstatus *, int) override;
+  int insert_exec_catchpoint (int pid) override;
+  int remove_exec_catchpoint (int pid) override;
+  int set_syscall_catchpoint (int pid, bool needed, int any_count,
+                             gdb::array_view<const int> syscall_counts)
+    override;
+
 };
 
 #endif /* nbsd-nat.h */
This page took 0.02592 seconds and 4 git commands to generate.