aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-09-06 23:17:14 +0100
committerPedro Alves <palves@redhat.com>2016-09-06 23:17:14 +0100
commita025b477cc466112af0b120c5f2bf5d62a62017e (patch)
tree3de71d9de509bb829966933938dc6af1b75afdc2 /gdb/ChangeLog
parentd8457a04b71cbd642a00352dce0539fe1fe22dd4 (diff)
downloadfsf-binutils-gdb-a025b477cc466112af0b120c5f2bf5d62a62017e.zip
fsf-binutils-gdb-a025b477cc466112af0b120c5f2bf5d62a62017e.tar.gz
fsf-binutils-gdb-a025b477cc466112af0b120c5f2bf5d62a62017e.tar.bz2
Introduce make_cleanup_restore_current_ui
Just a tidy, no functional changes. gdb/ChangeLog: 2016-09-06 Pedro Alves <palves@redhat.com> * event-top.c (restore_ui_cleanup): Now static. (make_cleanup_restore_current_ui): New function. (switch_thru_all_uis_init): Use it. * infcall.c (call_thread_fsm_should_stop): Use it. * infrun.c (fetch_inferior_event): Use it. * top.c (new_ui_command): Use it. * top.h (restore_ui_cleanup): Delete declaration. (make_cleanup_restore_current_ui): New declaration.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0df1486..e5e0cb5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2016-09-06 Pedro Alves <palves@redhat.com>
+
+ * event-top.c (restore_ui_cleanup): Now static.
+ (make_cleanup_restore_current_ui): New function.
+ (switch_thru_all_uis_init): Use it.
+ * infcall.c (call_thread_fsm_should_stop): Use it.
+ * infrun.c (fetch_inferior_event): Use it.
+ * top.c (new_ui_command): Use it.
+ * top.h (restore_ui_cleanup): Delete declaration.
+ (make_cleanup_restore_current_ui): New declaration.
+
2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
* i386-tdep.c (i386_floatformat_for_type): New function.