2013-04-25 Hui Zhu <hui@codesourcery.com>

PR gdb/15186

	* ax.c (ax_printf): Add fflush.
This commit is contained in:
Hui Zhu 2013-04-25 02:58:05 +00:00
parent 320395c55a
commit f6150862d2
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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