From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14653 invoked by alias); 23 Sep 2015 20:16:33 -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 14644 invoked by uid 89); 23 Sep 2015 20:16:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 23 Sep 2015 20:16:32 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 6B5502F8E4CF; Wed, 23 Sep 2015 22:16:29 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ImQunMcf5aCp; Wed, 23 Sep 2015 22:16:29 +0200 (CEST) Received: from [192.168.0.6] (nat75-2-78-193-84-173.fbxo.proxad.net [78.193.84.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 5528C2F8E49A; Wed, 23 Sep 2015 22:16:29 +0200 (CEST) Subject: Re: [PATCH] [Ada] Fix handling of array renamings To: Joel Brobecker References: <1441178473-18654-1-git-send-email-derodat@adacore.com> <20150922150025.GA10139@adacore.com> Cc: gdb-patches@sourceware.org From: Pierre-Marie de Rodat Message-ID: <5603089D.7070308@adacore.com> Date: Wed, 23 Sep 2015 20:16:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20150922150025.GA10139@adacore.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00552.txt.bz2 On 09/22/2015 05:00 PM, Joel Brobecker wrote: > OK with one tiny little suggestion. > >> +gdb_test "print ntp" " = \\(access pack\\.table_type\\) 0x.*" > ^^^ > > Suggest using $hex.* instead of 0x.* > > Thanks! And sorry for the late review... Done and pushed. No problem: I thank you for reviewing. :-) -- Pierre-Marie de Rodat