summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix/Signals.inc
Commit message (Expand)AuthorAgeFilesLines
* [Support] Optionally call signal handlers when a function wrapped by the the ...Alexandre Ganea2020-01-111-0/+16
* [Signal] Allow one-shot SIGPIPE handler to be reachedVedant Kumar2019-12-041-5/+5
* [Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar2019-11-181-4/+20
* Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar2019-10-241-13/+1
* Disable exit-on-SIGPIPE in lldbVedant Kumar2019-10-181-1/+13
* Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer2019-08-071-1/+0
* Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)Jordan Rose2019-07-121-14/+53
* [llvm] [Support] Clean PrintStackTrace() ptr arithmetic upMichal Gorny2019-07-021-5/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Support] exit with custom return code for SIGPIPENick Desaulniers2018-10-121-0/+5
* Fix namespaces. No functionality change.Benjamin Kramer2018-06-161-0/+2
* Signal handling should be signal-safeJF Bastien2018-05-161-73/+161
* Revert "Signal handling should be signal-safe"JF Bastien2018-05-161-161/+73
* Signal handling should be signal-safeJF Bastien2018-05-161-73/+161
* [NFC] pull a function into its own lambdaJF Bastien2018-05-151-19/+21
* [NFC] Update commentsJF Bastien2018-05-151-20/+19
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-201-1/+1
* Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2018-02-151-1/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-151-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Fix detection of backtrace() availability on FreeBSDEd Maste2017-04-121-2/+2
* Remove name space pollution from Signals.cppKristof Beyls2017-03-311-3/+3
* [Support] Avoid concurrency hazard in signal handler registrationBruno Cardoso Lopes2017-03-271-5/+1
* Fix LLDB Android AArch64 GCC debug info buildOmair Javaid2017-02-021-1/+1
* Revert "Use _Unwind_Backtrace on Apple platforms."Bob Wilson2017-01-061-1/+1
* Use _Unwind_Backtrace on Apple platforms.Bob Wilson2016-11-141-1/+1
* fix build on cygwinNuno Lopes2016-10-061-1/+1
* Turn ENABLE_CRASH_OVERRIDES into a 0/1 definition.Joerg Sonnenberger2016-09-301-1/+1
* Convert ENABLE_BACKTRACES into a 0/1 definition.Joerg Sonnenberger2016-09-301-4/+4
* HAVE_UNWIND_BACKTRACE -> HAVE__UNWIND_BACKTRACEJoerg Sonnenberger2016-09-291-4/+4
* Add an c++ itanium demangler to llvm.Rafael Espindola2016-09-061-8/+2
* Preserve a pointer to the newly allocated signal stack as well. That tooChandler Carruth2016-08-241-4/+6
* Increase the size of the sigaltstack used by LLVM signal handlers. 8KB is notRichard Smith2016-08-241-1/+1
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-1/+1
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-2/+7
* [Support] Reapply cleanup r270643Gerolf Hoflehner2016-05-251-39/+0
* [Support] revert previous commit r270643Gerolf Hoflehner2016-05-251-0/+39
* [Support] Cleanup of an ancient Darwin work-around in Signals.inc (PR26174)Gerolf Hoflehner2016-05-251-39/+0
* Enable use of sigaltstack for signal handlers when available. With this,Richard Smith2016-05-231-1/+1
* Fix implicit type conversion. NFC.Chris Bieneman2016-05-211-1/+1
* Switch from the linux-specific 'struct sigaltstack' to POSIX's 'stack_t'. ThisRichard Smith2016-05-201-2/+2
* Add a configure-time check for the existence of sigaltstack. It seems that someRichard Smith2016-05-201-2/+4
* Reinstate r269992 (reverting r270267), but restricted to cases where glibc isRichard Smith2016-05-201-4/+59
* Create a sigaltstack when we register our signal handlers. Otherwise we'd veryRichard Smith2016-05-201-0/+31
* Revert "Work around a glibc bug: backtrace() spuriously fails if..."Chris Bieneman2016-05-201-51/+4
* Work around a glibc bug: backtrace() spuriously fails ifRichard Smith2016-05-181-4/+51
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-29/+24
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-24/+29
* Use array_lengthof instead of manually calculating it. NFCCraig Topper2015-12-011-3/+2
OpenPOWER on IntegriCloud