This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: unwinding a stack
- From: Marc Glisse <marc dot glisse at inria dot fr>
- To: Oliver Kowalke <oliver dot kowalke at gmx dot de>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 28 Mar 2012 09:29:22 +0200 (CEST)
- Subject: Re: unwinding a stack
- References: <20120328065436.244840@gmx.net>
- Reply-to: gcc-help at gcc dot gnu dot org
On Wed, 28 Mar 2012, Oliver Kowalke wrote:
I'd like to know iff gcc provides some help (functions/structures) in
order unwind a stack and call destructors (in case of C++) of objects
allocated on the stack.
I don't know much about it, but the ABI document might help:
http://sourcery.mentor.com/public/cxx-abi/abi-eh.html
--
Marc Glisse