From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFA] Use cleanup machinery to invoke ui_out_list_end() Date: Sun, 08 Apr 2001 11:02:00 -0000 Message-id: <1010408180150.ZM8322@ocotillo.lan> References: <1010402003940.ZM21074@ocotillo.lan> X-SW-Source: 2001-04/msg00088.html On Apr 1, 5:39pm, Kevin Buettner wrote: > * printcmd.c (print_frame_args): Use a cleanup to invoke > ui_out_list_end() so that the list count nesting flag will > be decremented properly when an error occurs. > * stack.c (print_frame): Likewise. Committed.