gdbserver: turn target op 'kill' into a method
[deliverable/binutils-gdb.git] / gdbserver / win32-low.h
index ff96f804fbdd997a34df3181498a75c6a4882880..45a6262e38e41ff200858fdb436c794dbf543aa8 100644 (file)
@@ -107,6 +107,12 @@ class win32_process_target : public process_target
 {
 public:
 
+  int create_inferior (const char *program,
+                      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.026919 seconds and 4 git commands to generate.