From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Fernando Nasser Cc: gdb-patches@sources.redhat.com Subject: Re: [rfc] Add uiout param to libgdb functions Date: Sat, 08 Sep 2001 10:33:00 -0000 Message-id: <3B9A565D.8050601@cygnus.com> References: <3B9A4BF2.6030209@cygnus.com> <3B9A5127.9DA9D30F@redhat.com> X-SW-Source: 2001-09/msg00113.html > Andrew Cagney wrote: > >> >> Hello, >> >> The attached adds a UIOUT param to the libgdb function calls. Any >> thoughts, it is really pretty straight forward. >> > > > Sure thing. > > If I remember well we could not do it before because of the non-uiout > code > that was still around. not sure, i think it was more that uiout wasn't being passed around. catch_exceptions() covers this problem by installing the explicit uiout parameter for the lifetime of the call. c.f. gdb internals doco. next is a stop reason query. keith, you can start thinking about buying some champagne :-) andrew