From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27824 invoked by alias); 23 Sep 2016 15:45:03 -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 27780 invoked by uid 89); 23 Sep 2016 15:45:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:4.86_1, H*RU:sk:gproxy1, H*F:U*tom, HX-HELO:sk:gproxy1 X-HELO: gproxy1.mail.unifiedlayer.com Received: from gproxy1-pub.mail.unifiedlayer.com (HELO gproxy1.mail.unifiedlayer.com) (69.89.25.95) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 Sep 2016 15:44:52 +0000 Received: from cmgw3 (cmgw4 [10.0.90.84]) by gproxy1.mail.unifiedlayer.com (Postfix) with ESMTP id A113C176284 for ; Fri, 23 Sep 2016 09:44:04 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by cmgw3 with id n3jy1t00t2f2jeq013k1Hc; Fri, 23 Sep 2016 09:44:04 -0600 X-Authority-Analysis: v=2.1 cv=aaryw3Yt c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=GW1xBdLrtEIA:10 a=20KFwNOVAAAA:8 a=qzfEBBUo88aXbSFxbCMA:9 a=_RM7nvDVKvkA:10 a=e_O65bzb51kRm2y5VmPK:22 Received: from 174-16-151-161.hlrn.qwest.net ([174.16.151.161]:52886 helo=pokyo) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86_1) (envelope-from ) id 1bnSdq-0000Hw-9X; Fri, 23 Sep 2016 09:43:58 -0600 From: Tom Tromey To: Pedro Alves Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [RFA 0/5] Some random C++-ification References: <1474566656-15389-1-git-send-email-tom@tromey.com> <1ee37f8c-0c1a-7368-4cea-96bbbf43a2af@redhat.com> Date: Fri, 23 Sep 2016 15:47:00 -0000 In-Reply-To: <1ee37f8c-0c1a-7368-4cea-96bbbf43a2af@redhat.com> (Pedro Alves's message of "Thu, 22 Sep 2016 20:08:20 +0100") Message-ID: <877fa21v0j.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1bnSdq-0000Hw-9X X-Source-Sender: 174-16-151-161.hlrn.qwest.net (pokyo) [174.16.151.161]:52886 X-Source-Auth: tom+tromey.com X-Email-Count: 2 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-SW-Source: 2016-09/txt/msg00306.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: Tom> This should probably not go in until after Pedro's "new" patch. Pedro> Does that patch look OK to you? I read it just now and I think it looks fine. Tom