Fix format error of ChangeLog.
authorHui Zhu <teawater@gmail.com>
Thu, 25 Apr 2013 08:03:31 +0000 (08:03 +0000)
committerHui Zhu <teawater@gmail.com>
Thu, 25 Apr 2013 08:03:31 +0000 (08:03 +0000)
gdb/ChangeLog
gdb/gdbserver/ChangeLog
gdb/testsuite/ChangeLog

index 75642fa..3b546d1 100644 (file)
 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.
index cde4ff4..e34d03f 100644 (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>
index 62f8f27..70e33a6 100644 (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>