From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29345 invoked by alias); 17 May 2010 17:12:35 -0000 Received: (qmail 29335 invoked by uid 22791); 17 May 2010 17:12:34 -0000 X-SWARE-Spam-Status: No, hits=-2.1 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; Mon, 17 May 2010 17:12:29 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 108C32BABC4 for ; Mon, 17 May 2010 13:12:28 -0400 (EDT) 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 o+I8V5-tGfv3 for ; Mon, 17 May 2010 13:12:28 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D240C2BABC3 for ; Mon, 17 May 2010 13:12:27 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9C199F58F9; Mon, 17 May 2010 19:12:23 +0200 (CEST) Date: Mon, 17 May 2010 17:20:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: Add prms_id and bug_id to the ARI? Message-ID: <20100517171223.GG2805@adacore.com> References: <20100505181633.GT2768@adacore.com> <20100508195016.GA7479@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100508195016.GA7479@adacore.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: 2010-05/txt/msg00356.txt.bz2 > commit 35e9b1f2ec01514d8455c0366f77ab4e196da8f8 > Author: Joel Brobecker > Date: Sat May 8 12:20:36 2010 -0700 > > testsuite: Prevent writes to prms_id and bug_id. > > gdb/testsuite/ChangeLog: > > * lib/gdb.exp (banned_variables): New variable/constant. > (gdb_init): Add write trace on variables listed in banned_variables. > (gdb_finish): Remove write traces on variables listed in > banned_variables. FYI: Now checked in. New uses of these two variables were sneaking in again. -- Joel