+Tue Aug 17 11:14:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * complaints.c (complain): fflush (stdout) after output.
+
Tue Aug 17 01:43:55 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* blockframe.c, frame.h (sigtramp_saved_pc): New routine to fetch
Mon Aug 16 13:52:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * main.c (cd_command): If current_directory on entry is "/", then
+ don't append an extra slash.
+
* target.c (target_xfer_memory): Clear errno before calling
to_xfer_memory.
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);
}