From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5744 invoked by alias); 17 Nov 2004 23:23:35 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5718 invoked from network); 17 Nov 2004 23:23:28 -0000 Received: from unknown (HELO mail.toyon.com) (65.160.147.241) by sourceware.org with SMTP; 17 Nov 2004 23:23:28 -0000 Received: from toyon.corp by mail.toyon.com via smtpd (for sourceware.org [12.107.209.250]) with ESMTP; Wed, 17 Nov 2004 15:23:27 -0800 Received: from [192.168.0.137] ([192.168.0.137]) by mail.toyon.com (8.12.8/8.12.8) with ESMTP id iAHNMgDa020047; Wed, 17 Nov 2004 15:22:43 -0800 Message-ID: <419BDD3E.8010000@stankevitz.com> Date: Thu, 18 Nov 2004 09:25:00 -0000 From: Chris Stankevitz User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb@sources.redhat.com Subject: Re: Breaking exceptions before stack unwind References: <419A5E71.8030304@stankevitz.com> <20041117230803.GC22472@nevyn.them.org> In-Reply-To: <20041117230803.GC22472@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00188.txt.bz2 Hi Daniel, thanks for your help. > You didn't say what your target is, or what your compiler is, or what > your version of GDB is. i686 athlon g++ (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1) GNU gdb Red Hat Linux (5.3.90-0.20030710.41rh) >> U __cxa_begin_catch@@CXXABI_1.2 > > I recommend you try the GDB command "catch throw". Hmph... (gdb) catch throw Function "__cxa_throw" not defined. Thanks again, Chris