[LLVMdev] Producing a stack dump via libunwind?
Duncan Sands
baldrick at free.fr
Sun Oct 25 02:07:49 PDT 2009
Hi Talin,
> I'm using the LLVM exception handling intrinsics, along with a custom
> personality function, to do exception handling and it is working well.
> Now, I would like to add the ability to produce a human-readable stack
> backtrace for exceptions which are not caught (or rather, which are
> caught by some top-level function which prints the exception's stack trace).
the Ada frontend does this in gcc/ada/tracebak.c.
Ciao,
Duncan.
More information about the llvm-dev
mailing list