From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5598 invoked by alias); 4 Dec 2001 08:08:37 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5310 invoked from network); 4 Dec 2001 08:08:29 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 4 Dec 2001 08:08:29 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id KAA25722; Tue, 4 Dec 2001 10:07:57 +0200 (IST) Date: Tue, 04 Dec 2001 00:08:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Jim Ingham cc: GDB Patches Subject: Re: Bug with lists in tables in ui-out.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-12/txt/msg00082.txt.bz2 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.