From c62ce162ffdc9a33efaf1d7b263ff47ad5e3393a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 19 Feb 2004 20:03:08 +0000 Subject: [PATCH] Add a new function llvm-svn: 11630 --- llvm/include/Support/Signals.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/include/Support/Signals.h b/llvm/include/Support/Signals.h index dff849cfbb00..211cf111be26 100644 --- a/llvm/include/Support/Signals.h +++ b/llvm/include/Support/Signals.h @@ -24,6 +24,9 @@ namespace llvm { /// void RemoveFileOnSignal(const std::string &Filename); + /// PrintStackTraceOnErrorSignal - When an error signal (such as SIBABRT or + /// SIGSEGV) is delivered to the process, print a stack trace and then exit. + void PrintStackTraceOnErrorSignal(); } // End llvm namespace #endif -- GitLab