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