From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123536 invoked by alias); 14 Aug 2015 18:32:31 -0000 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 Received: (qmail 123438 invoked by uid 89); 14 Aug 2015 18:32:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 14 Aug 2015 18:32:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8D54E2930E; Fri, 14 Aug 2015 14:32: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 Vt2c2mFIVJB9; Fri, 14 Aug 2015 14:32:28 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6600E2930B; Fri, 14 Aug 2015 14:32:28 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E8C9B44454; Fri, 14 Aug 2015 11:32:26 -0700 (PDT) Date: Fri, 14 Aug 2015 18:32:00 -0000 From: Joel Brobecker To: Keith Seitz Cc: gdb-patches@sourceware.org Subject: Re: New ARI warning Wed Aug 12 01:53:55 UTC 2015 Message-ID: <20150814183226.GP22245@adacore.com> References: <20150812015355.GA61373@sourceware.org> <20150814180556.GN22245@adacore.com> <55CE2F9D.4030001@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55CE2F9D.4030001@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-08/txt/msg00389.txt.bz2 > I have it on my plate to address this after BuildBot stops harassing me. :-) :-) > My inclination was to fix gdb_ari.sh to recognize this, but I'm just as > happy to simply rename the parameter to "P". [It's a lot less work, too!] I would personally KISS and just rename, but enhancing the gdb_ari.sh script would of course be a better option (but, to be clear, an option which I personally think is not worth your time - it would be different if we had that all the time, but that doesn't appear to be the case). Thanks! -- Joel