* infrun.c (proceed): Flush stdout before resuming inferior.
* infcmd.c (step_1), annotate.c (annotate_starting): Don't bother to flush here.
This commit is contained in:
parent
dc192b86c4
commit
5024a43fee
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Wed Jan 25 08:19:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* infrun.c (proceed): Flush stdout before resuming inferior.
|
||||||
|
* infcmd.c (step_1), annotate.c (annotate_starting):
|
||||||
|
Don't bother to flush here.
|
||||||
|
|
||||||
Wed Jan 25 01:11:21 1995 Jeff Law (law@snake.cs.utah.edu)
|
Wed Jan 25 01:11:21 1995 Jeff Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
* hpread.c (hpread_process_one_debug_symbol): Fix lines garbled
|
* hpread.c (hpread_process_one_debug_symbol): Fix lines garbled
|
||||||
|
|
|
@ -68,9 +68,6 @@ 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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue