2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Wed, 23 Oct 2002 21:17:51 +0000 (21:17 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 23 Oct 2002 21:17:51 +0000 (21:17 +0000)
commit6ad4a2cfb3c7a64bff8df4750c03f796b9a431c4
tree9570a81c1e2081478b67e99d11fff0fdd0c1c6fd
parent475c2a7e6528e2f03957b5c2689f5fe4da8c53ce
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.
gdb/mi/ChangeLog
gdb/mi/mi-cmd-stack.c
gdb/mi/mi-cmd-var.c
gdb/mi/mi-main.c