When printing a stack trace, demangle it if possible. Since we are potentially
authorChris Lattner <sabre@nondot.org>
Sat, 21 Feb 2004 21:06:19 +0000 (21:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Feb 2004 21:06:19 +0000 (21:06 +0000)
commitb9632bee7ca842c2721340c42e18bfd0109ce5aa
tree34bcc2651fb6641a536160e65489a3764daa0470
parentd6f6d1a80daf89ad0bddc4b8335e1b2ae1ec3410
When printing a stack trace, demangle it if possible.  Since we are potentially
in a signal handler, allocating memory or doing other unsafe things is bad,
which means we should do it in a different process.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11689 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Signals.cpp