From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Eli Zaretskii Cc: GDB Patches Subject: Re: [patch/mi] replace list_begin/end with begin/end Date: Wed, 09 May 2001 08:57:00 -0000 Message-id: <3AF968B3.1080906@cygnus.com> References: X-SW-Source: 2001-05/msg00124.html > 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?). Yes, I've not forgotten the documentation. I'll get to that once the code changes are in. Andrew