* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / complaints.c
index 49b9e59743e984e9ecbd5b6343cc8167b03113cd..079ca5adc643b1f41565e2113fce165405d97dd7 100644 (file)
@@ -109,6 +109,10 @@ complain (va_alist)
        puts_filtered ("...");
        wrap_here ("");
     }
+  /* If GDB dumps core, we'd like to see the complaints first.  Presumably
+     GDB will not be sending so many complaints that this becomes a
+     performance hog.  */
+  fflush (stdout);
   va_end (args);
 }
 
This page took 0.02315 seconds and 4 git commands to generate.