From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18593 invoked by alias); 19 Jul 2017 20:53:52 -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 18577 invoked by uid 89); 19 Jul 2017 20:53:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy= 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; Wed, 19 Jul 2017 20:53:51 +0000 Received: from cmgw2 (unknown [10.0.90.83]) by gproxy8.mail.unifiedlayer.com (Postfix) with ESMTP id A4F891ACEB4 for ; Wed, 19 Jul 2017 14:32:33 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by cmgw2 with id mkYV1v0102f2jeq01kYYJR; Wed, 19 Jul 2017 14:32:33 -0600 X-Authority-Analysis: v=2.2 cv=UvYTD64B c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=G3gG6ho9WtcA:10 a=CCpqsmhAAAAA:8 a=QZmi5oU9sfWcxf1TVI0A:9 a=EWPrcRUvTfAA:10 a=WJcitwWBFaYA:10 a=66zSKFQpzMcA:10 a=ul9cdbp4aOFLsgKbc677:22 Received: from 174-29-39-24.hlrn.qwest.net ([174.29.39.24]:39320 helo=bapiya.Home) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1dXve1-004HUQ-II for gdb-patches@sourceware.org; Wed, 19 Jul 2017 14:32:29 -0600 From: Tom Tromey To: gdb-patches@sourceware.org Subject: [RFA v2 0/4] C++-ify some breakpoint subclasses a bit more Date: Wed, 19 Jul 2017 20:53:00 -0000 Message-Id: <20170719203225.6714-1-tom@tromey.com> X-BWhitelist: no X-Exim-ID: 1dXve1-004HUQ-II X-Source-Sender: 174-29-39-24.hlrn.qwest.net (bapiya.Home) [174.29.39.24]:39320 X-Source-Auth: tom+tromey.com X-Email-Count: 1 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-SW-Source: 2017-07/txt/msg00292.txt.bz2 This is v2 of this series: https://sourceware.org/ml/gdb-patches/2017-06/msg00096.html I believe this fixes all the review comments. I also added a couple of patches to fix up "catch syscall" a bit. Regtested on the buildbot. Tom