From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9380 invoked by alias); 13 Jun 2009 02:21:08 -0000 Received: (qmail 9370 invoked by uid 22791); 13 Jun 2009 02:21:07 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 13 Jun 2009 02:20:57 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MFIrW-0006E6-DM; Fri, 12 Jun 2009 22:20:54 -0400 From: Eli Zaretskii To: Phil Muldoon CC: brobecker@adacore.com, gdb-patches@sourceware.org In-reply-to: <4A3193FC.3030605@redhat.com> (message from Phil Muldoon on Fri, 12 Jun 2009 00:32:12 +0100) 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. Reply-to: Eli Zaretskii References: <4A2E3FB4.6020202@redhat.com> <20090611171437.GJ25703@adacore.com> <4A3193FC.3030605@redhat.com> Message-Id: Date: Sat, 13 Jun 2009 02:21:00 -0000 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/msg00348.txt.bz2 > 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.