gdbserver: turn target op 'mourn' into a method
[deliverable/binutils-gdb.git] / gdbserver / nto-low.h
index e7e10fcb842008917b2293b856551b51f0526f09..69728b8279567615164530f14d2cc8ebad5a1c9f 100644 (file)
@@ -56,6 +56,8 @@ public:
   int kill (process_info *proc) override;
 
   int detach (process_info *proc) override;
+
+  void mourn (process_info *proc) override;
 };
 
 /* The inferior's target description.  This is a global because the
This page took 0.037115 seconds and 4 git commands to generate.