aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2017-10-11 14:45:17 +0100
committerPedro Alves <palves@redhat.com>2017-10-11 14:45:17 +0100
commit458ca1d02e47db0af0e22d524df0e4b88fc54b6e (patch)
tree9bb4ce9dfed8b9b707288c0f9b6925df5a574e4c /gdb/ChangeLog
parent905014d7205d4f171c5cabf695fe1ec3da9b33d3 (diff)
downloadgdb-458ca1d02e47db0af0e22d524df0e4b88fc54b6e.zip
gdb-458ca1d02e47db0af0e22d524df0e4b88fc54b6e.tar.gz
gdb-458ca1d02e47db0af0e22d524df0e4b88fc54b6e.tar.bz2
Garbage collect reattach_breakpoints
Not used anywhere. gdb/ChangeLog: 2017-10-11 Pedro Alves <palves@redhat.com> * breakpoint.c (reattach_breakpoints): Delete. * breakpoint.h (reattach_breakpoints): Delete.
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 66ef8d6..9641596 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-11 Pedro Alves <palves@redhat.com>
+
+ * breakpoint.c (reattach_breakpoints): Delete.
+ * breakpoint.h (reattach_breakpoints): Delete.
+
2017-10-11 Simon Marchi <simon.marchi@ericsson.com>
* symfile.c (registered_sym_fns): Make struct, not typedef.