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/mi] ui_list_* to ui_*


> Date: Fri, 23 Mar 2001 21:38:53 -0500
> From: Andrew Cagney <ac131313@cygnus.com>
> 
> The attached patch introduces:
> 
>	ui_begin (...type...)
>	ui_end (...type...)
> 
> where type is either UI_OUT_TUPPLE or UI_OUT_LIST.  The interface:
> 
>	ui_list_begin()
>	ui_list_end()
> 
> remains but it is re-implemented using ui_begin/ui_end.
> 
> This is step 1 in updating MI's syntax.

Hmm, I see that ui_* functions are yet another aspect of GDB internals
that isn't mentioned anywhere in gdbint.texinfo.  Perhaps we should
consider adding some minimal docs as a necessary part of this change.


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