From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17005 invoked by alias); 3 May 2012 15:02:56 -0000 Received: (qmail 16990 invoked by uid 22791); 3 May 2012 15:02:55 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL 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, 03 May 2012 15:02:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1287D1C6547; Thu, 3 May 2012 11:02:41 -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 B97533hSl+FX; Thu, 3 May 2012 11:02:41 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D622D1C6531; Thu, 3 May 2012 11:02:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id DBC94145616; Thu, 3 May 2012 08:02:29 -0700 (PDT) Date: Thu, 03 May 2012 15:02:00 -0000 From: Joel Brobecker To: Tristan Gingold Cc: "gdb-patches@sourceware.org ml" Subject: Re: [RFA] Emit a warning for ineffective set VAR = EXP command Message-ID: <20120503150229.GH15555@adacore.com> References: <8781499A-A489-42D0-80B1-75136331DBDB@adacore.com> <87mx5x40uz.fsf@fleche.redhat.com> <05ADE46C-9093-4EE4-92A7-1232779DE5DC@adacore.com> <98CB5870-6AB6-40FA-B3A1-9AF8269B2909@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <98CB5870-6AB6-40FA-B3A1-9AF8269B2909@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: 2012-05/txt/msg00086.txt.bz2 > Ah thanks. I didn't start from the best .exp file. The ration of bad-old-cruft vs up-to-date is very bad, so I try to avoid starting from random .exp files (I usually start from a few of mine that are recent and were reviewed by others). Here is a link to our Testcase Cookbook: http://sourceware.org/gdb/wiki/GDBTestcaseCookbook -- Joel