aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2016-09-24 20:56:12 -0600
committerTom Tromey <tom@tromey.com>2016-10-21 14:17:34 -0600
commit6fc31fc73b577fce960730d87ead9a25df6c2653 (patch)
tree8ec74cdb35f39b052e3884f45e2d7a650d4b212a /gdb/ChangeLog
parent0e454242cc1527e49ad0ea795614ac94a083b68a (diff)
downloadfsf-binutils-gdb-6fc31fc73b577fce960730d87ead9a25df6c2653.zip
fsf-binutils-gdb-6fc31fc73b577fce960730d87ead9a25df6c2653.tar.gz
fsf-binutils-gdb-6fc31fc73b577fce960730d87ead9a25df6c2653.tar.bz2
Remove some cleanups in MI
This patch removes a couple of cleanups from MI by using gdb::unique_ptr. 2016-10-21 Tom Tromey <tom@tromey.com> * mi/mi-main.c (mi_cmd_data_read_memory): Use gdb::unique_ptr. Remove some cleanups.
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 02e917d..88afc37 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2016-10-21 Tom Tromey <tom@tromey.com>
+ * mi/mi-main.c (mi_cmd_data_read_memory): Use gdb::unique_ptr.
+ Remove some cleanups.
+
+2016-10-21 Tom Tromey <tom@tromey.com>
+
* tui/tui-interp.c (tui_on_normal_stop, tui_on_signal_received)
(tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
(tui_on_no_history, tui_on_user_selected_context_changed):