aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2012-11-08 22:54:11 +0000
committerStephane Carrez <stcarrez@nerim.fr>2012-11-08 22:54:11 +0000
commit4ca4d1616af85b5775b8484fa9620aa815cfb6f0 (patch)
tree27b013eac18c60a69584792a179efed74f0e3c62 /gdb/ChangeLog
parent4d3f93a25a0942e5f2e808bf349b9b650755732c (diff)
downloadgdb-4ca4d1616af85b5775b8484fa9620aa815cfb6f0.zip
gdb-4ca4d1616af85b5775b8484fa9620aa815cfb6f0.tar.gz
gdb-4ca4d1616af85b5775b8484fa9620aa815cfb6f0.tar.bz2
* tui/tui-hooks.c (tui_about_to_proceed): New function.
(tui_target_wait_hook): Remove. (tui_install_hooks): Install the about_to_proceed observer. (tui_remove_hooks): And remove it here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5a2260b..a74797a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2012-11-08 Stephane Carrez <Stephane.Carrez@gmail.com>
+
+ * tui/tui-hooks.c (tui_about_to_proceed): New function.
+ (tui_target_wait_hook): Remove.
+ (tui_install_hooks): Install the about_to_proceed observer.
+ (tui_remove_hooks): And remove it here.
+
2012-11-08 Tom Tromey <tromey@redhat.com>
* linux-tdep.c (linux_make_siginfo_note): New function.