gdbserver: turn target op 'request_interrupt' into a method
[binutils-gdb.git] / gdbserver / nto-low.h
index 5564dda3bb258d1355fcf397e18f4e726ea19a3c..c6e0c295662448bd64cda99b1b636d902f680048 100644 (file)
@@ -54,6 +54,31 @@ public:
   int attach (unsigned long pid) override;
 
   int kill (process_info *proc) override;
+
+  int detach (process_info *proc) override;
+
+  void mourn (process_info *proc) override;
+
+  void join (int pid) override;
+
+  bool thread_alive (ptid_t pid) override;
+
+  void resume (thread_resume *resume_info, size_t n) override;
+
+  ptid_t wait (ptid_t ptid, target_waitstatus *status,
+              int options) override;
+
+  void fetch_registers (regcache *regcache, int regno) override;
+
+  void store_registers (regcache *regcache, int regno) override;
+
+  int read_memory (CORE_ADDR memaddr, unsigned char *myaddr,
+                  int len) override;
+
+  int write_memory (CORE_ADDR memaddr, const unsigned char *myaddr,
+                   int len) override;
+
+  void request_interrupt () override;
 };
 
 /* The inferior's target description.  This is a global because the