From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130346 invoked by alias); 7 Mar 2015 16:01:42 -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 130337 invoked by uid 89); 7 Mar 2015 16:01:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 07 Mar 2015 16:01:41 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t27G1dLd012413 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Sat, 7 Mar 2015 11:01:39 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t27G1cAR022050 for ; Sat, 7 Mar 2015 11:01:39 -0500 Message-ID: <54FB20E2.2040403@redhat.com> Date: Sat, 07 Mar 2015 16:01:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: [PATCH 00/36] Support building GDB as a C++ program References: <1423524046-20605-1-git-send-email-palves@redhat.com> <54F0B52F.1050909@redhat.com> In-Reply-To: <54F0B52F.1050909@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-03/txt/msg00192.txt.bz2 On 02/27/2015 06:19 PM, Pedro Alves wrote: > > These are still pending: > > > [PATCH 29/36] Normalize TRY_CATCH exception handling block > > [PATCH 30/36] quit_force: Replace TRY_CATCH wrapper macros > > [PATCH 31/36] Split TRY_CATCH into TRY + CATCH > > [PATCH 32/36] TRY_CATCH -> TRY+CATCH+END_CATCH everywhere > > [PATCH 33/36] TRY_CATCH -> TRY+CATCH+END_CATCH, the manual conversions > > [PATCH 34/36] more making TRY/CATCH callers look more like real C++ try/catch blocks > > [PATCH 35/36] kill volatile struct gdb_exception > > [PATCH 36/36] Make TRY/CATCH use real C++ try/catch in C++ mode These are now in. > I don't have time right now to rebase this part, but I'd like > to move ahead with it sometime soon. If anyone has comments on > this, now's the time to send them out. The remaining one is: > [PATCH 20/36] gdbserver/tracepoint: Add cast sockaddr_un/sockaddr cast I'll post an alternative patch as soon as I have a chance. Thanks, Pedro Alves