From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7950 invoked by alias); 15 Jun 2009 12:43:03 -0000 Received: (qmail 7941 invoked by uid 22791); 15 Jun 2009 12:43:03 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Jun 2009 12:42:55 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5FCgUkt015126; Mon, 15 Jun 2009 08:42:30 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n5FCgTa4029123; Mon, 15 Jun 2009 08:42:29 -0400 Received: from localhost.localdomain (vpn-6-43.fab.redhat.com [10.33.6.43]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n5FCgRdu017397; Mon, 15 Jun 2009 08:42:27 -0400 Message-ID: <4A3641B2.3000407@redhat.com> Date: Mon, 15 Jun 2009 12:43:00 -0000 From: Phil Muldoon User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: gdb-patches@sourceware.org CC: Eli Zaretskii , brobecker@adacore.com Subject: Re: [patch] try 2 - Do not allow unwinder to terminate inferior in an inferior function call if a C++ exception handler cannot be found. References: <4A2E3FB4.6020202@redhat.com> <20090611171437.GJ25703@adacore.com> <4A3193FC.3030605@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2009-06/txt/msg00382.txt.bz2 On 06/13/2009 03:20 AM, Eli Zaretskii wrote: >> Date: Fri, 12 Jun 2009 00:32:12 +0100 >> From: Phil Muldoon >> CC: gdb-patches ml, Eli Zaretskii >> >> Thanks, I've fixed the nits. Once Eli has approved the documentation >> updates, I'll commit. >> > > Sorry for the delay (I'm traveling). The documentation patch is > approved. > > Thanks. > FYI I've checked this in.