diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-07-10 14:18:14 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-07-10 14:18:14 +0000 |
commit | 6e9ef2a82d0dcbe60b0d877dec44f47da2973efe (patch) | |
tree | c03ff3dbaa8595b6f619b5cb7cc455b4b9879bf0 /gdb/ChangeLog | |
parent | 1d7708459220fa4c011f7e7bea9e58a808cb2289 (diff) | |
download | gdb-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/ChangeLog | 9 |
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 |