aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-03-09 18:24:59 +0000
committerPedro Alves <palves@redhat.com>2016-03-09 18:24:59 +0000
commit8a243832540cb3bd246192db1f0a4dfa44d92dcf (patch)
tree12ae55a11264e00c4185d1a0acd2f4f1e1f1dd49 /gdb/ChangeLog
parentc32e87066a216dbcd9daa36100975a5ecb471bb9 (diff)
downloadgdb-8a243832540cb3bd246192db1f0a4dfa44d92dcf.zip
gdb-8a243832540cb3bd246192db1f0a4dfa44d92dcf.tar.gz
gdb-8a243832540cb3bd246192db1f0a4dfa44d92dcf.tar.bz2
Garbage collect window_hook
I checked, and Insight doesn't set this. gdb/ChangeLog: 2016-03-09 Pedro Alves <palves@redhat.com> * top.c (window_hook): Delete. (command_loop): Remove references to window_hook.
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 9e35d30..d220a02 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2016-03-09 Pedro Alves <palves@redhat.com>
+ * top.c (window_hook): Delete.
+ (command_loop): Remove references to window_hook.
+
+2016-03-09 Pedro Alves <palves@redhat.com>
+
* gdb.base/command-line-input.exp: New file.
2016-03-09 Marcin Koƛcielnicki <koriakin@0x04.net>