Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.
[deliverable/binutils-gdb.git] / gdb / inf-ttrace.c
index 96105dcbd0af5b7bc72ac86a48ab4568aa33bf2d..ee555159bf3c5d7ec56626ba2d50835b76c8a7ed 100644 (file)
@@ -696,8 +696,7 @@ inf_ttrace_mourn_inferior (struct target_ops *ops)
     }
   inf_ttrace_page_dict.count = 0;
 
-  generic_mourn_inferior ();
-  inf_child_maybe_unpush_target (ops);
+  inf_child_mourn_inferior (ops);
 }
 
 /* Assuming we just attached the debugger to a new inferior, create
This page took 0.022954 seconds and 4 git commands to generate.