OSDN Git Service

2002-10-23 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 23 Oct 2002 21:17:51 +0000 (21:17 +0000)
committerjjohnstn <jjohnstn>
Wed, 23 Oct 2002 21:17:51 +0000 (21:17 +0000)
commit0efb18f33e8e3e9ca59445bea42ce05e28cdabcf
treebc9a878c548f18121611cc2e7eeb3bcb8b475ac8
parentd8b937b591caedd6f81438da291df1ff1b5cf533
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