Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
index fe43c2469c709407f5dcd2f7ba98a9d4079876fe..88844fe11cdeb165da4e93b003b808e2065d9d7c 100644 (file)
@@ -2368,8 +2368,7 @@ windows_mourn_inferior (struct target_ops *ops)
       CHECK (CloseHandle (current_process_handle));
       open_process_used = 0;
     }
-  generic_mourn_inferior ();
-  inf_child_maybe_unpush_target (ops);
+  inf_child_mourn_inferior (ops);
 }
 
 /* Send a SIGINT to the process group.  This acts just like the user typed a
This page took 0.024506 seconds and 4 git commands to generate.