Only print the stack trace if it was requested. Previously, any call into
authorReid Spencer <rspencer@reidspencer.com>
Fri, 16 Jun 2006 00:00:57 +0000 (00:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 16 Jun 2006 00:00:57 +0000 (00:00 +0000)
commitdc6830ff255a4fb9afd7683dd8a4cc0a342b44ee
treec3e54fb39370764cc8a632bb61341891a9e3898a
parent44500e3d538a250d8591e708b62741cde0bdc249
Only print the stack trace if it was requested. Previously, any call into
the Signals module that registered the handlers would cause the stack trace
to be generated. Now, you must explicitly call PrintStackTraceOnErrorSignal
in order for that to happen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28810 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Unix/Signals.inc