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] s/ui_out_list/ui_out_tupple/



On Fri, 11 May 2001, Andrew Cagney wrote:

> At present, the UI code uses ui_out_list*() to create the output while 
> the MI code outputs tupples. The attatched, patch changes the UI code so 
> that it it creates tupples instead of lists making the UI and MI 
> consistent. To ease my pain, I added ui_out_tupple*() wrappers.

IIRC many of the uses of ui_out_list* in breakpoint.c are used as
examples in gdbint.texinfo chapter which describes ui_out.  If the
current say-so is to use ui_out_tupple* isntead, I think those
examples should be brought in sync with the party line.


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