Per-inferior target_terminal state, fix PR gdb/13211, more
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index 4ad37aa2756a14a8da85ddc93c7913692ecfb53a..ccf08bda626bac06c323181c45b34055a55883e6 100644 (file)
@@ -3033,7 +3033,7 @@ interrupt_target_1 (int all_threads)
   if (non_stop)
     target_stop (ptid);
   else
-    target_interrupt (ptid);
+    target_interrupt ();
 
   /* Tag the thread as having been explicitly requested to stop, so
      other parts of gdb know not to resume this thread automatically,
This page took 0.035281 seconds and 4 git commands to generate.