diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-10-23 21:17:51 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-10-23 21:17:51 +0000 |
commit | 6ad4a2cfb3c7a64bff8df4750c03f796b9a431c4 (patch) | |
tree | 9570a81c1e2081478b67e99d11fff0fdd0c1c6fd /gdb/mi/ChangeLog | |
parent | 475c2a7e6528e2f03957b5c2689f5fe4da8c53ce (diff) | |
download | binutils-6ad4a2cfb3c7a64bff8df4750c03f796b9a431c4.tar.gz binutils-6ad4a2cfb3c7a64bff8df4750c03f796b9a431c4.tar.bz2 binutils-6ad4a2cfb3c7a64bff8df4750c03f796b9a431c4.zip |
2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
* mi-cmd-var.c: Change all remaining occurrences of ui_out_tuple_begin
to make_cleanup_ui_out_tuple_begin_end. Change all remaining
occurrences of ui_out_list_begin to make_cleanup_ui_out_list_begin_end. Use do_cleanups instead of ui_out_list_end or ui_out_tuple_end. This
is a fix for PR gdb/680.
* mi-cmd-stack.c: Ditto.
* mi-main.c: Ditto.
Diffstat (limited to 'gdb/mi/ChangeLog')
-rw-r--r-- | gdb/mi/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 5a89d5f23dc..3c7e527b2a0 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,13 @@ +2002-10-23 Jeff Johnston <jjohnstn@redhat.com> + + * mi-cmd-var.c: Change all remaining occurrences of ui_out_tuple_begin + to make_cleanup_ui_out_tuple_begin_end. Change all remaining + occurrences of ui_out_list_begin to make_cleanup_ui_out_list_begin_end. + Use do_cleanups instead of ui_out_list_end or ui_out_tuple_end. This + is a fix for PR gdb/680. + * mi-cmd-stack.c: Ditto. + * mi-main.c: Ditto. + 2002-10-22 Keith Seitz <keiths@redhat.com> * mi-main.c (mi_cmd_thread_select): Only return MI_CMD_CAUGHT_ERROR |