aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Signals.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-09Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith1-11/+23
2015-11-08Appease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.NAKAMURA Takumi1-0/+4
2015-11-05[Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-hostReid Kleckner1-1/+123
2015-07-22Rename RunCallBacksToRun to llvm::sys::RunSignalHandlersYaron Keren1-1/+1
2015-07-22De-duplicate Unix & Windows CallBacksToRunYaron Keren1-1/+13
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+34
2004-08-29Signals support has been moved to lib/SystemReid Spencer1-138/+0
2004-08-04It is not possible to catch SIGKILL, don't bother trying.Chris Lattner1-1/+1
2004-05-27Signals.h header moved. Eventually this should move into a lib/System library,Chris Lattner1-1/+1
2004-02-21`cat' is usually in /bin, not /usr/bin, at least on our systems.Misha Brukman1-1/+1
2004-02-21When printing a stack trace, demangle it if possible. Since we are potentiallyChris Lattner1-5/+61
2004-02-20Use backtrace() and include execinfo.h, if they were detected by autoconf.Brian Gaeke1-5/+10
2004-02-19Disable the stack trace thing until we can get an autoconf test for it. ThisChris Lattner1-3/+3
2004-02-19Implement new functionChris Lattner1-0/+6
2004-02-19Print stacktrace in STDERR before dying on a fatal signal. CurrentlyAlkis Evlogimenos1-1/+7
2003-12-14Finegrainify namespacificationChris Lattner1-5/+2
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-09-16Fixed spelling & grammar.Misha Brukman1-1/+1
2003-08-01Move #include from a header to hereChris Lattner1-0/+1
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell1-1/+1
2003-05-27Make _sure_ we don't go into an infinite loop if a signal happens!Chris Lattner1-0/+1
2003-05-22Add using declarationsChris Lattner1-3/+2
2002-09-13Submitted by Casey Carter:Chris Lattner1-2/+4
2002-06-25changes to make it compatible with 64bit gccAnand Shukla1-4/+5
2002-04-18Add new api for basic signal handling for toolsChris Lattner1-0/+53