From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125670 invoked by alias); 11 Apr 2017 15:02:16 -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 125315 invoked by uid 89); 11 Apr 2017 15:02:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.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= X-HELO: gproxy3.mail.unifiedlayer.com Received: from gproxy3-pub.mail.unifiedlayer.com (HELO gproxy3.mail.unifiedlayer.com) (69.89.30.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 11 Apr 2017 15:02:12 +0000 Received: from cmgw4 (unknown [10.0.90.85]) by gproxy3.mail.unifiedlayer.com (Postfix) with ESMTP id 3A430406E4 for ; Tue, 11 Apr 2017 09:01:21 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by cmgw4 with id 731H1v0212f2jeq0131Lku; Tue, 11 Apr 2017 09:01:21 -0600 X-Authority-Analysis: v=2.2 cv=QdwWhoTv c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=AzvcPWV-tVgA:10 a=Ld_opEThAGxSsLJsw6sA:9 Received: from 75-166-65-226.hlrn.qwest.net ([75.166.65.226]:50042 helo=bapiya.Home) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cxxID-0007Ml-C6 for gdb-patches@sourceware.org; Tue, 11 Apr 2017 09:01:17 -0600 From: Tom Tromey To: gdb-patches@sourceware.org Subject: [RFA v2 00/17] miscellaneous C++-ification Date: Tue, 11 Apr 2017 15:02:00 -0000 Message-Id: <20170411150112.23207-1-tom@tromey.com> X-BWhitelist: no X-Exim-ID: 1cxxID-0007Ml-C6 X-Source-Sender: 75-166-65-226.hlrn.qwest.net (bapiya.Home) [75.166.65.226]:50042 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-SW-Source: 2017-04/txt/msg00282.txt.bz2 This is version 2 of my miscellaneous C++-ification patch series. I believe this version addresses all the earlier review comments. It also adds a few patches to fix some areas pointed out by Simon. Built and regtested by the buildbot. Tom