[llvm-commits] CVS: llvm/include/Support/Signals.h

Chris Lattner lattner at cs.uiuc.edu
Thu Feb 19 14:08:38 PST 2004


Changes in directory llvm/include/Support:

Signals.h updated: 1.8 -> 1.9

---
Log message:

Add a new function


---
Diffs of the changes:  (+3 -0)

Index: llvm/include/Support/Signals.h
diff -u llvm/include/Support/Signals.h:1.8 llvm/include/Support/Signals.h:1.9
--- llvm/include/Support/Signals.h:1.8	Tue Dec 30 22:42:00 2003
+++ llvm/include/Support/Signals.h	Thu Feb 19 14:03:08 2004
@@ -24,6 +24,9 @@
   ///
   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





More information about the llvm-commits mailing list