aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-07-25 11:20:08 +0000
committerPedro Alves <palves@redhat.com>2011-07-25 11:20:08 +0000
commit001c8c333dd8a6fe452203185e57cbcd1a21c57c (patch)
treef5aa7c789b4c15eb93fdcd68ee3a143a20ae72e4 /gdb/ChangeLog
parent06edf0c0056902cd44d92c9f0976f33dad8618de (diff)
downloadgdb-001c8c333dd8a6fe452203185e57cbcd1a21c57c.zip
gdb-001c8c333dd8a6fe452203185e57cbcd1a21c57c.tar.gz
gdb-001c8c333dd8a6fe452203185e57cbcd1a21c57c.tar.bz2
2011-07-25 Pedro Alves <pedro@codesourcery.com>
* breakpoint.c (bkpt_print_it, internal_bkpt_print_it) (momentary_bkpt_print_it): Simplify.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f4e048f..f396813 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2011-07-25 Pedro Alves <pedro@codesourcery.com>
+ * breakpoint.c (bkpt_print_it, internal_bkpt_print_it)
+ (momentary_bkpt_print_it): Simplify.
+
+2011-07-25 Pedro Alves <pedro@codesourcery.com>
+
Split internal, momentary and user breakpoints breakpoint_ops
tables.