Implement "info proc mappings" for NetBSD
[deliverable/binutils-gdb.git] / gdb / nbsd-nat.h
index 3606048cd07041d635e874ac36b055cdcd3398e1..256db4b9017fb78d2265bcfc61969e72cafb4a33 100644 (file)
@@ -35,6 +35,9 @@ struct nbsd_nat_target : public inf_ptrace_target
   void post_attach (int pid) override;
   void update_thread_list () override;
   std::string pid_to_str (ptid_t ptid) override;
+
+  int find_memory_regions (find_memory_region_ftype func, void *data) override;
+  bool info_proc (const char *, enum info_proc_what) override;
 };
 
 #endif /* nbsd-nat.h */
This page took 0.038546 seconds and 4 git commands to generate.