From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25055 invoked by alias); 29 Nov 2001 08:20:55 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25032 invoked from network); 29 Nov 2001 08:20:52 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by hostedprojects.ges.redhat.com with SMTP; 29 Nov 2001 08:20:52 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id KAA11258; Thu, 29 Nov 2001 10:20:17 +0200 (IST) Date: Mon, 19 Nov 2001 11:24: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-11/txt/msg00337.txt.bz2 Message-ID: <20011119112400.fOccc3OOC1ld7w1ZYzYvC8fODdVCo4IiuD92PvkBSc8@z> On Wed, 28 Nov 2001, Jim Ingham wrote: > Turns out if you have an element of a table that is a list or tuple, then > the current ui-out table code chokes. verify_field_alignment doesn't know > that each of the elements of the sublist are not separate table elements, so > it throws an error at the first one it sees. The following patch fixes this > bug. Jim, could you please skim over the documentation of UI_OUT functions in gdbint.texinfo and see if anything there needs to be updated due to this patch? For example, perhaps the warnings you put in comments should be repeated there. Thanks.