gdbserver: turn target op 'kill' into a method
[deliverable/binutils-gdb.git] / gdbserver / win32-low.h
index fd6662dcab2a2af5ab628d6141f55d5a78e7179c..45a6262e38e41ff200858fdb436c794dbf543aa8 100644 (file)
@@ -111,6 +111,8 @@ public:
                       const std::vector<char *> &program_args) override;
 
   int attach (unsigned long pid) override;
+
+  int kill (process_info *proc) override;
 };
 
 /* Retrieve the context for this thread, if not already retrieved.  */
This page took 0.045331 seconds and 4 git commands to generate.