From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23124 invoked by alias); 10 Nov 2002 14:12:07 -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 23114 invoked from network); 10 Nov 2002 14:12:04 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 10 Nov 2002 14:12:04 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id QAA23992; Sun, 10 Nov 2002 16:12:01 +0200 (IST) Date: Sun, 10 Nov 2002 06:12:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Jason Molenda cc: gdb-patches@sources.redhat.com Subject: Re: [MI PATCH RFA]: make -var-list-children's CHILDREN result field a list In-Reply-To: <20021110003921.A6628@molenda.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-11/txt/msg00289.txt.bz2 On Sun, 10 Nov 2002, Jason Molenda wrote: > -var-list-children's return is CHILDREN, which is a list of CHILD > tuples. Currently CHILDREN is a tuple, which is incorrect -- this > patch changes it to a list, when not in mi1 mode. The doco patch is approved. Thanks.