* infrun.c (wait_for_inferior): Add treat_exec_as_sigtrap parameter
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index b90fbecbbc0b96fae4b6addf07b785d15431c521..a5334591cf2e2957ff616c8a93fbaee0d91083b6 100644 (file)
@@ -1908,7 +1908,7 @@ attach_command (char *args, int from_tty)
      way for handle_inferior_event to reset the stop_signal variable
      after an attach, and this is what STOP_QUIETLY_NO_SIGSTOP is for.  */
   stop_soon = STOP_QUIETLY_NO_SIGSTOP;
-  wait_for_inferior ();
+  wait_for_inferior (0);
   stop_soon = NO_STOP_QUIETLY;
 #endif
 
This page took 0.023264 seconds and 4 git commands to generate.