aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-07-10 14:18:14 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-07-10 14:18:14 +0000
commit6e9ef2a82d0dcbe60b0d877dec44f47da2973efe (patch)
treec03ff3dbaa8595b6f619b5cb7cc455b4b9879bf0 /gdb/ChangeLog
parent1d7708459220fa4c011f7e7bea9e58a808cb2289 (diff)
downloadgdb-6e9ef2a82d0dcbe60b0d877dec44f47da2973efe.zip
gdb-6e9ef2a82d0dcbe60b0d877dec44f47da2973efe.tar.gz
gdb-6e9ef2a82d0dcbe60b0d877dec44f47da2973efe.tar.bz2
gdb/
Tidy up the code. * mi/mi-cmd-var.c (mi_cmd_var_update): Remove variable nv. Move variables var, rootlist and cr to their local sub-block. Move the make_cleanup_ui_out_tuple_begin_end, make_cleanup_ui_out_list_begin_end and do_cleanups calls to the common base block. Remove the zero NV check.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ed7c6d5..6889538 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2009-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ Tidy up the code.
+ * mi/mi-cmd-var.c (mi_cmd_var_update): Remove variable nv. Move
+ variables var, rootlist and cr to their local sub-block. Move the
+ make_cleanup_ui_out_tuple_begin_end, make_cleanup_ui_out_list_begin_end
+ and do_cleanups calls to the common base block. Remove the zero NV
+ check.
+
2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
* python/python-internal.h (apply_varobj_pretty_printer): Update