* linux-low.c (linux_kill, linux_detach): Adjust.
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.c
index ffca3977f39b6dd61c53f340b4fd01a98a84b0cc..75b9d886774ce32f1ddb745715b87fd5babf386a 100644 (file)
@@ -2101,7 +2101,7 @@ handle_status (char *own_buf)
     }
   else
     {
-      pause_all ();
+      pause_all (0);
       gdb_wants_all_threads_stopped ();
 
       if (all_threads.head)
This page took 0.024671 seconds and 4 git commands to generate.