mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:54:41 +08:00
2013-04-25 Hui Zhu <hui@codesourcery.com>
PR gdb/15186 * ax.c (ax_printf): Add fflush.
This commit is contained in:
parent
320395c55a
commit
f6150862d2
@ -1,3 +1,9 @@
|
||||
2013-04-25 Hui Zhu <hui@codesourcery.com>
|
||||
|
||||
PR gdb/15186
|
||||
|
||||
* ax.c (ax_printf): Add fflush.
|
||||
|
||||
2013-04-22 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* Makefile.in (SFILES): Add filestuff.c.
|
||||
|
@ -905,6 +905,7 @@ ax_printf (CORE_ADDR fn, CORE_ADDR chan, const char *format,
|
||||
}
|
||||
|
||||
free_format_pieces (fpieces);
|
||||
fflush (stdout);
|
||||
}
|
||||
|
||||
/* The agent expression evaluator, as specified by the GDB docs. It
|
||||
|
Loading…
Reference in New Issue
Block a user