From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17771 invoked by alias); 8 Apr 2017 20:12:18 -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 17741 invoked by uid 89); 8 Apr 2017 20:12:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*MI:tom X-HELO: gproxy8.mail.unifiedlayer.com Received: from gproxy8-pub.mail.unifiedlayer.com (HELO gproxy8.mail.unifiedlayer.com) (67.222.33.93) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 08 Apr 2017 20:12:16 +0000 Received: from cmgw4 (unknown [10.0.90.85]) by gproxy8.mail.unifiedlayer.com (Postfix) with ESMTP id A3E681ABD2A for ; Sat, 8 Apr 2017 14:12:14 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by cmgw4 with id 5wCB1v00K2f2jeq01wCEex; Sat, 08 Apr 2017 14:12:14 -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=wXu0GGCMphjwVZGIWDEA:9 Received: from 75-166-65-226.hlrn.qwest.net ([75.166.65.226]:43578 helo=bapiya.Home) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cwwiR-0003Fw-CD for gdb-patches@sourceware.org; Sat, 08 Apr 2017 14:12:11 -0600 From: Tom Tromey To: gdb-patches@sourceware.org Subject: [RFA 00/14] miscellaneous C++-ificiation Date: Sat, 08 Apr 2017 20:12:00 -0000 Message-Id: <20170408201208.2672-1-tom@tromey.com> X-BWhitelist: no X-Exim-ID: 1cwwiR-0003Fw-CD X-Source-Sender: 75-166-65-226.hlrn.qwest.net (bapiya.Home) [75.166.65.226]:43578 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-SW-Source: 2017-04/txt/msg00194.txt.bz2 Hi! I spent a little time removing a few more cleanups here and there. There's no real rhyme or reason to this patch series, I just started with some remaining cleanups in Python, then looked around for a few other easy changes. Most of these patches are just the obvious change. However: * In patch #1, I found some apparently dead code; * Patch #4 touches some Windows code but I'm not able to build there (and AFAIK the buildbot doesn't either); * Patch #9 also has one thing that seems a little on the ugly side. I regtested this using the buildbot. Tom