From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17826 invoked by alias); 16 Jan 2012 19:29:47 -0000 Received: (qmail 17696 invoked by uid 22791); 16 Jan 2012 19:29:44 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 Jan 2012 19:29:30 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0GJSlnU028357 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 16 Jan 2012 14:29:08 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0GHeClg004733; Mon, 16 Jan 2012 12:40:14 -0500 Message-ID: <4F1460FC.3080702@redhat.com> Date: Mon, 16 Jan 2012 19:29:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Joel Brobecker CC: GDB Patches Subject: Re: Remove all "strace" calls from the testsuite. References: <4F0ED310.5030707@redhat.com> <20120112144002.GP31383@adacore.com> <4F0F0965.6050600@redhat.com> <20120113033841.GR31383@adacore.com> In-Reply-To: <20120113033841.GR31383@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00569.txt.bz2 On 01/13/2012 03:38 AM, Joel Brobecker wrote: >>> 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! It was not a big deal. :-) I just did a websearch for "tcl trace add" and the right info in a few seconds. > FWIW, looks great. I've applied both patches now. Thanks. -- Pedro Alves