Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index 3317215b17eda28990773d11ccde66f19630c6e8..516e83d96a71db189cfcc9a5c64fe2d914dd57fe 100644 (file)
@@ -2080,8 +2080,7 @@ gnu_mourn_inferior (struct target_ops *ops)
 {
   inf_debug (gnu_current_inf, "rip");
   inf_detach (gnu_current_inf);
-  generic_mourn_inferior ();
-  inf_child_maybe_unpush_target (ops);
+  inf_child_mourn_inferior (ops);
 }
 
 \f
This page took 0.025156 seconds and 4 git commands to generate.