summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Signals.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Support/Options.h, it is unusedReid Kleckner2019-11-151-2/+2
* Only use argv[0] as the main executable name if it exists.Sean Silva2019-04-151-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Buildfix for r345516 (Clang compilation failing).Alexandre Ganea2018-12-181-1/+1
* [llvm-symbolizer] Omit stderr output when symbolizing a crashAlexandre Ganea2018-12-181-3/+11
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-8/+9
* Signal handling should be signal-safeJF Bastien2018-05-161-9/+45
* Revert "Signal handling should be signal-safe"JF Bastien2018-05-161-35/+12
* Signal handling should be signal-safeJF Bastien2018-05-161-12/+35
* Simplify LLVM_ATTRIBUTE_USED call sites.Fangrui Song2018-05-051-8/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-1/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-2/+2
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-5/+1
* bugpoint: disabling symbolication of bugpoint-executed programsDavid Blaikie2017-06-091-5/+11
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Remove name space pollution from Signals.cppKristof Beyls2017-03-311-1/+0
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-11/+23
* Appease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.NAKAMURA Takumi2015-11-081-0/+4
* [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-hostReid Kleckner2015-11-051-1/+123
* Rename RunCallBacksToRun to llvm::sys::RunSignalHandlersYaron Keren2015-07-221-1/+1
* De-duplicate Unix & Windows CallBacksToRunYaron Keren2015-07-221-1/+13
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+34
* Signals support has been moved to lib/SystemReid Spencer2004-08-291-138/+0
* It is not possible to catch SIGKILL, don't bother trying.Chris Lattner2004-08-041-1/+1
* Signals.h header moved. Eventually this should move into a lib/System library,Chris Lattner2004-05-271-1/+1
* `cat' is usually in /bin, not /usr/bin, at least on our systems.Misha Brukman2004-02-211-1/+1
* When printing a stack trace, demangle it if possible. Since we are potentiallyChris Lattner2004-02-211-5/+61
* Use backtrace() and include execinfo.h, if they were detected by autoconf.Brian Gaeke2004-02-201-5/+10
* Disable the stack trace thing until we can get an autoconf test for it. ThisChris Lattner2004-02-191-3/+3
* Implement new functionChris Lattner2004-02-191-0/+6
* Print stacktrace in STDERR before dying on a fatal signal. CurrentlyAlkis Evlogimenos2004-02-191-1/+7
* Finegrainify namespacificationChris Lattner2003-12-141-5/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fixed spelling & grammar.Misha Brukman2003-09-161-1/+1
* Move #include from a header to hereChris Lattner2003-08-011-0/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Make _sure_ we don't go into an infinite loop if a signal happens!Chris Lattner2003-05-271-0/+1
* Add using declarationsChris Lattner2003-05-221-3/+2
* Submitted by Casey Carter:Chris Lattner2002-09-131-2/+4
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-4/+5
* Add new api for basic signal handling for toolsChris Lattner2002-04-181-0/+53
OpenPOWER on IntegriCloud