From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25146 invoked by alias); 2 Feb 2003 06:23:44 -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 25139 invoked from network); 2 Feb 2003 06:23:44 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.209.173) by 172.16.49.205 with SMTP; 2 Feb 2003 06:23:44 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 568803CB0; Sun, 2 Feb 2003 01:23:37 -0500 (EST) Message-ID: <3E3CB969.3000100@redhat.com> Date: Sun, 02 Feb 2003 06:23:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason Molenda Cc: gdb-patches@sources.redhat.com Subject: Re: [MI PATCH RFA]: make -var-list-children's CHILDREN result field a list References: <20021110003921.A6628@molenda.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00043.txt.bz2 > [gdb/mi/ChangeLog] > 2002-11-10 Jason Molenda (jason-cl@molenda.com) > > * mi-cmd-var.c (mi_cmd_var_list_children): CHILDREN field is > now a list; still a tuple when in mi1. > * gdbmi.texinfo: Update var-list-children example. > > [gdb/testsuite/ChangeLog] > 2002-11-10 Jason Molenda (jason-cl@molenda.com) > > * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is > now a list, not a tuple. > * gdb.mi/mi-var-display.exp: Ditto. > * gdb.mi/gdb792.exp: Ditto. > > I've checked this in. Andrew