OSDN Git Service

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)
commitf85e9fb51cc9aee5d046204ed521f49fba84d49f
treea5570c958ed5a28564bc61f3db8b1a28722565fe
parentf6b924b4ce19bfe2a7f2043baf3f06c864c080c7
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