summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Signals.inc
Commit message (Expand)AuthorAgeFilesLines
...
* Combine ifdefs around dl_iterate_phdr in Unix/Signals.incReid Kleckner2015-11-091-13/+8
* Appease hosts without HAVE_BACKTRACE nor ENABLE_BACKTRACES.NAKAMURA Takumi2015-11-081-0/+7
* Fix OSX build after r252118 (missing parameter for findModulesAndOffsets())Mehdi Amini2015-11-051-1/+2
* Remove empty linesMehdi Amini2015-11-051-2/+2
* [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-hostReid Kleckner2015-11-051-87/+2
* Remove unnecessary in C++11 c_str() callsYaron Keren2015-07-231-18/+1
* Rename RunCallBacksToRun to llvm::sys::RunSignalHandlersYaron Keren2015-07-221-1/+1
* De-duplicate Unix & Windows CallBacksToRunYaron Keren2015-07-221-9/+1
* Remove C++98 workaround in llvm::sys::DontRemoveFileOnSignal()Yaron Keren2015-07-221-7/+0
* Use auto instead of the long type name. NFC.Steven Wu2015-05-071-2/+1
* Fix another hang caused by ManagedStatic in SignalHandlerSteven Wu2015-05-071-4/+11
* Fixes a hang that can occur if a signal comes in during malloc calls.Chris Bieneman2015-04-271-0/+6
* Add boolean to PrintStackTraceOnErrorSignal to disable crash reporting.Pete Cooper2015-04-071-2/+2
* Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)Zachary Turner2015-03-051-21/+23
* [Support][Windows] Unify dialog box suppression and print stack traces on abort.Michael J. Spencer2015-01-291-0/+2
* Remove FindProgramByName. NFC.Rafael Espindola2014-11-041-2/+4
* Strength reduce constant-sized vectors into arrays. No functionality change.Benjamin Kramer2014-10-221-8/+6
* Unix/Signals.inc: Let findModulesAndOffsets() built conditionally regarding t...NAKAMURA Takumi2014-10-131-2/+3
* Guard the definition of the stack tracing function with the same macrosChandler Carruth2014-10-111-0/+2
* Follow-up to r219534 to make symbolization more robust.Alexey Samsonov2014-10-101-2/+7
* Re-land r219354: Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.Alexey Samsonov2014-10-101-1/+140
* Revert r219354. It seems to break some buildbots.Alexey Samsonov2014-10-081-139/+1
* Use llvm-symbolizer to symbolize LLVM/Clang crash dumps.Alexey Samsonov2014-10-081-1/+139
* Cleaning up remaining static initializers in Signals.incChris Bieneman2014-09-021-24/+31
* Cleaning up static initializers in Signals.incChris Bieneman2014-08-291-5/+4
* Support: add llvm::unique_lockDylan Noblesmith2014-08-231-16/+17
* Support: make LLVM Mutexes STL-compatibleDylan Noblesmith2014-08-231-4/+4
* Support/Unix: use ScopedLock wherever possibleDylan Noblesmith2014-08-231-24/+22
* [C++] Use 'nullptr'.Craig Topper2014-04-281-14/+14
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-121-2/+2
* [conf] Add config variable to disable crash related overrides.Daniel Dunbar2013-08-301-2/+2
* Revert part of 186302 to fix buildbots.Craig Topper2013-07-151-1/+2
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-151-6/+3
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-4/+4
* [SystemZ] Support System Z as host architectureUlrich Weigand2013-05-031-0/+9
* Inline variable into the #ifdef block where it's used.Benjamin Kramer2013-04-281-1/+1
* Fix typo. Stupid me.Joerg Sonnenberger2013-04-271-1/+1
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-271-2/+8
* Rewrite comments.Dan Gohman2013-02-201-3/+5
* SIGQUIT is a "kill" signal, rather than an "int" signal, in this context.Dan Gohman2013-02-201-2/+2
* Fix gcc/printf/ISO C++ warningEdwin Vane2013-01-281-1/+5
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-091-11/+15
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Support: Don't remove special files on signals.Daniel Dunbar2012-10-171-9/+21
* Make backtraces work again with both the configure and cmake build.Benjamin Kramer2012-09-281-1/+1
* Add an --enable-backtraces option to configure to determineEric Christopher2012-09-211-1/+1
* Whitespace.NAKAMURA Takumi2012-09-061-2/+2
* Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!NAKAMURA Takumi2012-09-061-1/+1
* Don't call 'FilesToRemove[0]' when the vector is empty, even to computeChandler Carruth2012-06-161-1/+1
* Harden the Unix signals code to be more async signal safe.Chandler Carruth2012-06-161-9/+41
OpenPOWER on IntegriCloud