Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2013 14:02:18 +0100
From:      Stefan Farfeleder <stefanf@FreeBSD.org>
To:        David Chisnall <theraven@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Unbreaking gdb's catch throw
Message-ID:  <20130104130217.GC1430@mole.fafoe.narf.at>
In-Reply-To: <8FA4D44F-0D32-4374-810F-5630E995F61F@freebsd.org>
References:  <20130104123424.GA1430@mole.fafoe.narf.at> <FC255095-1EFB-4713-887E-E79C53C9F193@FreeBSD.org> <20130104124927.GB1430@mole.fafoe.narf.at> <8FA4D44F-0D32-4374-810F-5630E995F61F@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 04, 2013 at 12:54:03PM +0000, David Chisnall wrote:
> 
> As a work-around, you can put the breakpoint on _Unwind_RaiseException instead.  This will work for any language, not just C++ (e.g. it will notice Objective-C or gcj-compiled Java exceptions).
> 

Thank you, that works for me.

Stefan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130104130217.GC1430>