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
2 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue