From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20791 invoked by alias); 29 Dec 2011 05:17:01 -0000 Received: (qmail 20782 invoked by uid 22791); 29 Dec 2011 05:16:59 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Dec 2011 05:16:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C4F8D2BB00D; Thu, 29 Dec 2011 00:16:44 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bgZZfbD1LUsa; Thu, 29 Dec 2011 00:16:44 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5A5382BAFFF; Thu, 29 Dec 2011 00:16:44 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 8D40F145615; Wed, 28 Dec 2011 21:16:31 -0800 (PST) Date: Thu, 29 Dec 2011 11:10:00 -0000 From: Joel Brobecker To: Paul Hilfinger Cc: dje@google.com, gdb-patches@sourceware.org Subject: Re: [RFA] Add testcase for locals identified with FUNCTION::VAR syntax. Message-ID: <20111229051631.GS23376@adacore.com> References: <20111227195924.187BF92BF6@kwai.gnat.com> <20111228035045.GK23376@adacore.com> <20111228154109.C1E163FEE8@kwai.gnat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111228154109.C1E163FEE8@kwai.gnat.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2011-12/txt/msg00886.txt.bz2 > These are part of dejagnu, defined in .../share/dejagnu/runtest.exp on my > Ubuntu installation, along with a bunch of definitions of > configuration/environment parameters. Thanks! I updated the testing cookbook to include the ones I could find there, as well as in gdb.exp. That's 7 variables in total, including one I forgot about (octal). -- Joel