From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30931 invoked by alias); 23 Nov 2017 00:01:47 -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 29921 invoked by uid 89); 23 Nov 2017 00:01:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:319 X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 Nov 2017 00:01:46 +0000 Received: by simark.ca (Postfix, from userid 112) id CAE021E586; Wed, 22 Nov 2017 19:01:43 -0500 (EST) Received: from www.simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 20E9F1E02D; Wed, 22 Nov 2017 19:01:43 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 23 Nov 2017 00:01:00 -0000 From: Simon Marchi To: Sergio Durigan Junior Cc: Simon Marchi , GDB Patches Subject: Re: [PATCH v2 1/3] Convert generic probe interface to C++ (and perform some cleanups) In-Reply-To: <87d14adjqg.fsf@redhat.com> References: <20171113175901.25367-1-sergiodj@redhat.com> <20171116043734.10137-1-sergiodj@redhat.com> <20171116043734.10137-2-sergiodj@redhat.com> <87d14adjqg.fsf@redhat.com> Message-ID: X-Sender: simark@simark.ca User-Agent: Roundcube Webmail/1.3.2 X-SW-Source: 2017-11/txt/msg00524.txt.bz2 On 2017-11-22 17:36, Sergio Durigan Junior wrote: > Thanks for catching that. Fixed. > > Is it OK to push after these changes, or do you want me to submit a v2? > > Thanks, I guess you mean v3? You can push with that fixed. Simon