From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117612 invoked by alias); 22 Jul 2015 15:07:34 -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 117601 invoked by uid 89); 22 Jul 2015 15:07:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 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, 22 Jul 2015 15:07:32 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 80A4628B32ED; Wed, 22 Jul 2015 17:07: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 Y5NS6HcCzf1F; Wed, 22 Jul 2015 17:07:29 +0200 (CEST) Received: from [10.10.1.112] (cacatoes.act-europe.fr [10.10.1.112]) (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 2B52428B32EB; Wed, 22 Jul 2015 17:07:29 +0200 (CEST) Subject: Re: [PATCH] Replace the block_found global with explicit data-flow To: Doug Evans References: <55AE7520.1010307@adacore.com> <55AE943F.3000009@adacore.com> Cc: GDB Patches , Pedro Alves From: Pierre-Marie de Rodat Message-ID: <55AFB1B1.6010704@adacore.com> Date: Wed, 22 Jul 2015 15:07:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00613.txt.bz2 Hi Doug, On 07/22/2015 04:15 PM, Doug Evans wrote: > Thanks. Others may approve this, but as I've had my hand in all of this code > more than anyone recently I'd like to review it too. > I'll have time this weekend, fingers crossed. Fingers crossed as well. ;-) Thank you! -- Pierre-Marie de Rodat