This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [rfc] Add uiout param to libgdb functions


> 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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]