aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Signals.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Only use argv[0] as the main executable name if it exists.Sean Silva1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-18Buildfix for r345516 (Clang compilation failing).Alexandre Ganea1-1/+1
2018-12-18[llvm-symbolizer] Omit stderr output when symbolizing a crashAlexandre Ganea1-3/+11
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner1-8/+9
2018-05-16Signal handling should be signal-safeJF Bastien1-9/+45
2018-05-16Revert "Signal handling should be signal-safe"JF Bastien1-35/+12
2018-05-16Signal handling should be signal-safeJF Bastien1-12/+35
2018-05-05Simplify LLVM_ATTRIBUTE_USED call sites.Fangrui Song1-8/+3
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-1/+1
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber1-2/+2
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko1-5/+1
2017-06-09bugpoint: disabling symbolication of bugpoint-executed programsDavid Blaikie1-5/+11
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-03-31Remove name space pollution from Signals.cppKristof Beyls1-1/+0
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