From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21830 invoked by alias); 15 Oct 2010 18:05:44 -0000 Received: (qmail 21821 invoked by uid 22791); 15 Oct 2010 18:05:44 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-ww0-f43.google.com (HELO mail-ww0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 15 Oct 2010 18:05:38 +0000 Received: by wwe15 with SMTP id 15so1073562wwe.12 for ; Fri, 15 Oct 2010 11:05:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.232.32 with SMTP id m32mr1218960weq.4.1287165931824; Fri, 15 Oct 2010 11:05:31 -0700 (PDT) Received: by 10.216.171.11 with HTTP; Fri, 15 Oct 2010 11:05:31 -0700 (PDT) In-Reply-To: <20101015180044.GJ3061@adacore.com> References: <20101015180044.GJ3061@adacore.com> Date: Fri, 15 Oct 2010 18:05:00 -0000 Message-ID: Subject: Re: dealing with exceptions in c++ From: Mathew Yeates To: Joel Brobecker Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00059.txt.bz2 Yeah. That worked. I didn't see it in the manual but Google found it for me. On Fri, Oct 15, 2010 at 11:00 AM, Joel Brobecker wrote: >> I have a program which is throwing an exception somewhere. Is there a >> way to get the location where this is happening using gdb? > > Not a C++ expert at all, but "catch throw"? > > -- > Joel >