[llvm-commits] [PATH] Add an api to disable PrettyStackTrace
Zoltan Varga
vargaz at gmail.com
Wed Jul 15 13:07:59 PDT 2009
Hi,
The PrettyStackTrace class adds signal handlers for various signals to be
able to catch fatal signals. This causes problems for
host applications which handle signals their own way, like vm's/gc's. The
attached patch adds a global to switch off the
registration of signal handlers.
Zoltan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090715/38f693d7/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-support.diff
Type: text/x-patch
Size: 1445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090715/38f693d7/attachment.bin>
More information about the llvm-commits
mailing list