Use target_continue{,_no_signal} instead of target_resume
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index 5d5efa0af45fa8c36b143d6cc8b812f06c64e568..7410f8ec148115e3ca95b2e3ce0032396b53ac22 100644 (file)
@@ -4289,7 +4289,7 @@ cleanup_target_stop (void *arg)
   gdb_assert (arg != NULL);
 
   /* Unpause all */
-  target_resume (*ptid, 0, GDB_SIGNAL_0);
+  target_continue_no_signal (*ptid);
 }
 
 static VEC(static_tracepoint_marker_p) *
This page took 0.024862 seconds and 4 git commands to generate.