aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Signals.cpp
AgeCommit message (Expand)Author
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-11-29Merge System into Support.Michael J. Spencer
2004-08-29Signals support has been moved to lib/SystemReid Spencer
2004-08-04It is not possible to catch SIGKILL, don't bother trying.Chris Lattner
2004-05-27Signals.h header moved. Eventually this should move into a lib/System library,Chris Lattner
2004-02-21`cat' is usually in /bin, not /usr/bin, at least on our systems.Misha Brukman
2004-02-21When printing a stack trace, demangle it if possible. Since we are potentiallyChris Lattner
2004-02-20Use backtrace() and include execinfo.h, if they were detected by autoconf.Brian Gaeke
2004-02-19Disable the stack trace thing until we can get an autoconf test for it. ThisChris Lattner
2004-02-19Implement new functionChris Lattner
2004-02-19Print stacktrace in STDERR before dying on a fatal signal. CurrentlyAlkis Evlogimenos
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-16Fixed spelling & grammar.Misha Brukman
2003-08-01Move #include from a header to hereChris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-05-27Make _sure_ we don't go into an infinite loop if a signal happens!Chris Lattner
2003-05-22Add using declarationsChris Lattner
2002-09-13Submitted by Casey Carter:Chris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-04-18Add new api for basic signal handling for toolsChris Lattner