From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Andrew Cagney Cc: GDB Patches Subject: Re: [patch/mi] replace list_begin/end with begin/end Date: Wed, 09 May 2001 03:53:00 -0000 Message-id: References: <3AF89E1C.30809@cygnus.com> X-SW-Source: 2001-05/msg00122.html On Tue, 8 May 2001, Andrew Cagney wrote: > The attatched patch (... yep) replaces the ui_out_list_{begin,end}() > interface with a more general ui_out_{begin,end}() interface. ui_out_list_{begin,end}() are now documented in gdbint.texinfo. So I think some change to that section is in order. Perhaps we should simply add a description of the new ui_out_{begin,end} functions, since the old ones aren't going away. Even better, we should add a comment that use of ui_out_{begin,end} is preferred (is it?).