From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28736 invoked by alias); 11 Feb 2007 21:46:56 -0000 Received: (qmail 28727 invoked by uid 22791); 11 Feb 2007 21:46:55 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sun, 11 Feb 2007 21:46:50 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1HGMX1-0003Yy-PD; Sun, 11 Feb 2007 16:46:47 -0500 Date: Sun, 11 Feb 2007 21:46:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb-patches@sourceware.org Subject: Re: -var-create testsuite updates Message-ID: <20070211214647.GA13680@nevyn.them.org> Mail-Followup-To: Nick Roberts , gdb-patches@sourceware.org References: <20070209162019.GA14230@nevyn.them.org> <17868.56856.625440.923769@kahikatea.snap.net.nz> <20070209205749.GA2730@nevyn.them.org> <17871.36317.301688.678052@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17871.36317.301688.678052@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00159.txt.bz2 On Mon, Feb 12, 2007 at 10:42:53AM +1300, Nick Roberts wrote: > I don't really like mi_create_varobj as it removes checks on type, number of > children etc. How about if I revert all my changes which use mi_create_varobj > and just add value=\".*\" to the regexp in each mi_gdb_test for -var-create? That would be fine with me. Another thing we could do would be add optional arguments to mi_create_varobj to test additional things - but that's a lot more work. -- Daniel Jacobowitz CodeSourcery