From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Andrew Cagney Cc: GDB Patches Subject: Re: [rfc] s/ui_out_list/ui_out_tupple/ Date: Sun, 13 May 2001 01:13:00 -0000 Message-id: References: <3AFC3223.7080508@cygnus.com> X-SW-Source: 2001-05/msg00276.html 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.