* gdb.texinfo (Continuing and Stepping): When talking about "step"
[deliverable/binutils-gdb.git] / gdb / complaints.c
index 49b9e59743e984e9ecbd5b6343cc8167b03113cd..e441db4218d7d36c7f6e8dca7694075f14a70fe1 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.  */
+  gdb_flush (gdb_stdout);
   va_end (args);
 }
 
This page took 0.024029 seconds and 4 git commands to generate.