Fix format error of ChangeLog.

This commit is contained in:
Hui Zhu 2013-04-25 08:03:31 +00:00
parent f6150862d2
commit c65e009ff7
3 changed files with 0 additions and 5 deletions

View File

@ -32,13 +32,11 @@
2013-04-23 Hui Zhu <hui@codesourcery.com>
PR gdb/15293
* breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
2013-04-23 Hui Zhu <hui@codesourcery.com>
PR gdb/15165
* breakpoint.c (dprintf_print_recreate): New.
(save_breakpoints): Let it not save dprintf commands.
(initialize_breakpoint_ops): Set dprintf_print_recreate.

View File

@ -1,7 +1,6 @@
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>

View File

@ -6,13 +6,11 @@
2013-04-23 Hui Zhu <hui@codesourcery.com>
PR gdb/15293
* gdb.base/dprintf.exp: Add ignore command.
2013-04-23 Hui Zhu <hui@codesourcery.com>
PR gdb/15165
* gdb.base/save-bp.exp: Add test for dprintf.
2013-04-22 Tom Tromey <tromey@redhat.com>