aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2016-09-24 21:53:54 -0600
committerTom Tromey <tom@tromey.com>2016-10-21 14:17:36 -0600
commit67ad9399e2a69757f06886ee61ce7f36d15e768a (patch)
tree2892071556a11ba6021980c45359b3a97965dee3 /gdb/ChangeLog
parentd1e4a624699fd734b3b6e87fb79a4da71c182dfd (diff)
downloadfsf-binutils-gdb-67ad9399e2a69757f06886ee61ce7f36d15e768a.zip
fsf-binutils-gdb-67ad9399e2a69757f06886ee61ce7f36d15e768a.tar.gz
fsf-binutils-gdb-67ad9399e2a69757f06886ee61ce7f36d15e768a.tar.bz2
Remove make_cleanup_restore_current_uiout
This removes make_cleanup_restore_current_uiout in favor of an RAII-based class. 2016-10-21 Tom Tromey <tom@tromey.com> * stack.c (print_stack_frame_to_uiout): Use scoped_restore. * ui-out.c (make_cleanup_restore_current_uiout) (restore_current_uiout_cleanup): Remove. * infrun.c (print_stop_event): Use scoped_restore. * ui-out.h (make_cleanup_restore_current_uiout): Don't declare.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5c87f32..4d65d93 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2016-10-21 Tom Tromey <tom@tromey.com>
+ * stack.c (print_stack_frame_to_uiout): Use scoped_restore.
+ * ui-out.c (make_cleanup_restore_current_uiout)
+ (restore_current_uiout_cleanup): Remove.
+ * infrun.c (print_stop_event): Use scoped_restore.
+ * ui-out.h (make_cleanup_restore_current_uiout): Don't declare.
+
+2016-10-21 Tom Tromey <tom@tromey.com>
+
* elfread.c (elf_read_minimal_symbols): Use gdb::unique_ptr.
2016-10-21 Tom Tromey <tom@tromey.com>