From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7784 invoked by alias); 13 Jan 2012 03:39:21 -0000 Received: (qmail 7775 invoked by uid 22791); 13 Jan 2012 03:39:20 -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; Fri, 13 Jan 2012 03:39:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8766D2BB1ED; Thu, 12 Jan 2012 22:39:06 -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 w-qShsqfa0Lr; Thu, 12 Jan 2012 22:39:06 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 195012BB1EB; Thu, 12 Jan 2012 22:39:05 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 617A4145616; Fri, 13 Jan 2012 07:38:41 +0400 (RET) Date: Fri, 13 Jan 2012 03:46:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: GDB Patches Subject: Re: Remove all "strace" calls from the testsuite. Message-ID: <20120113033841.GR31383@adacore.com> References: <4F0ED310.5030707@redhat.com> <20120112144002.GP31383@adacore.com> <4F0F0965.6050600@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F0F0965.6050600@redhat.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: 2012-01/txt/msg00459.txt.bz2 > > The reason why I am replying is because I was wondering if you could > > also put strace in the banned_variable list in gdb.exp? That way, > > we're certain that it won't come back unnoticed. > > The below seems to work well. Arg - when I suggested this, I thought it would be as easy as adding strace to an already existing list. Sorry I made you do some extra work; not intended! FWIW, looks great. Thank you, -- Joel