From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: Andrew Cagney Cc: GDB Patches Subject: Re: [rfc] s/ui_out_list/ui_out_tupple/ Date: Fri, 11 May 2001 12:12:00 -0000 Message-id: <3AFC391B.2E76FF7E@apple.com> References: <3AFC3223.7080508@cygnus.com> X-SW-Source: 2001-05/msg00235.html Andrew Cagney wrote: > > Hello, > > The attatched patch is a deliberate step sideways for the UI/MI code. > > 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. So, is "tupple", like, Australian for "tuple" or something? :-) (Just for fun, I did a Google search for "tupple" - only appears a few hundred times, vs 150K+ for "tuple"...) Stan