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]
Other format: [Raw text]

Re: Bug with lists in tables in ui-out.c



On Mon, 3 Dec 2001, Jim Ingham wrote:

> I think the only thing that needs to be added is:
> 
> Index: gdbint.texinfo
> ===================================================================
> RCS file: /cvs/Darwin/Commands/GNU/cygnus/src/gdb/doc/gdbint.texinfo,v
> retrieving revision 1.12
> diff -c -w -r1.12 gdbint.texinfo
> *** gdbint.texinfo      2001/11/27 17:34:09     1.12
> --- gdbint.texinfo      2001/12/03 21:46:39
> ***************
> *** 860,867 ****
>   even when you are listing just one object but you still want the header.
>   
>   @cindex nesting level in @code{ui_out} functions
> ! Tables can not be nested.  Tuples and lists can be nested up to a
> ! maximum of five levels.
>   
>   The overall structure of the table output code is something like this:
>   
> --- 860,867 ----
>   even when you are listing just one object but you still want the header.
>   
>   @cindex nesting level in @code{ui_out} functions
> ! Tables can not be nested, nor can a tuple or list element be a table.
> ! Tuples and lists can be nested up to a maximum of five levels.
>   

Thanks.  Please commit this change to the docs.


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