Always pass signals to the right thread
[deliverable/binutils-gdb.git] / gdb / mi / mi-main.c
index 96dfc711c2e4890c710ffa364352ca646d2d9ad8..26389f1c7a64ec0767766e1c7d3545eeffc11b64 100644 (file)
@@ -253,7 +253,7 @@ proceed_thread (struct thread_info *thread, int pid)
     return;
 
   switch_to_thread (thread->ptid);
-  clear_proceed_status ();
+  clear_proceed_status (0);
   proceed ((CORE_ADDR) -1, GDB_SIGNAL_DEFAULT, 0);
 }
 
This page took 0.030203 seconds and 4 git commands to generate.