mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
* annotate.c (annotate_starting): Flush output.
This commit is contained in:
@ -66,7 +66,12 @@ void
|
||||
annotate_starting ()
|
||||
{
|
||||
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
|
||||
|
Reference in New Issue
Block a user