* annotate.c (annotate_starting): Flush output.
This commit is contained in:
parent
c46e56efa1
commit
0c070b5769
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Aug 29 11:34:34 1994 Jim Kingdon (kingdon@cygnus.com)
|
||||||
|
|
||||||
|
* annotate.c (annotate_starting): Flush output.
|
||||||
|
|
||||||
Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
* symfile.c (symbol_file_add): Move reinit_frame_cache call to
|
* symfile.c (symbol_file_add): Move reinit_frame_cache call to
|
||||||
|
|
|
@ -66,7 +66,12 @@ void
|
||||||
annotate_starting ()
|
annotate_starting ()
|
||||||
{
|
{
|
||||||
if (annotation_level > 1)
|
if (annotation_level > 1)
|
||||||
printf_filtered ("\n\032\032starting\n");
|
{
|
||||||
|
printf_filtered ("\n\032\032starting\n");
|
||||||
|
/* The starting annotation needs to appear before any output
|
||||||
|
from the inferior process. */
|
||||||
|
gdb_flush (gdb_stdout);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue