aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Signals.inc
AgeCommit message (Expand)AuthorFilesLines
2025-09-06[Support] Remove an unnecessary cast (NFC) (#157312)Kazu Hirata1-2/+1
2025-07-09[Support] Don't re-raise signals sent from kernel (#145759)Alex Langford1-3/+18
2025-07-02[DLCov] Origin-Tracking: Enable collecting and symbolizing stack traces (#143...Stephen Tozer1-0/+15
2025-05-07[LLVM][Support] check for error return from dladdr. (#138369)jeremyd20191-13/+21
2025-05-02[LLVM][Cygwin] Fix Signals compatibility with Cygwin API (#138117)Mateusz Mikuła1-1/+1
2025-02-08[Support] Re-raise external signals (#125854)Guy David1-4/+9
2025-01-31[llvm][Support] Enable dl_iterate_phdr support on OpenBSD and DragonFly (#125...Brad Smith1-1/+2
2025-01-23[llvm][Support] Put back filename into FileToRemoveList (#124065)Vitaly Buka1-15/+19
2025-01-22[Signals] Exclude dladdr for AIX after #123879Fangrui Song1-1/+1
2025-01-22[CMake] Remove HAVE_DLFCN_H and HAVE_DLADDR (#123879)Fangrui Song1-3/+1
2025-01-16[CMake] Remove some unneeded HAVE_*_HFangrui Song1-2/+0
2025-01-15[CMake] Remove some always-true HAVE_XXX_HFangrui Song1-2/+0
2025-01-09[z/OS] Add backtrace support for z/OS. (#121826)Kai Nacke1-0/+78
2024-08-20[CMake] Remove HAVE_LINK_HFangrui Song1-2/+2
2024-07-02Support: Fix typo in commentMatt Arsenault1-1/+1
2023-08-17Fix symbolizer markup backtrace build/test.Daniel Thornburgh1-1/+5
2023-08-17[llvm][Support] Fix backtrace output by removing '#'. NFCMichael Liao1-1/+1
2023-08-17Optionally print symbolizer markup backtraces.Daniel Thornburgh1-0/+119
2023-05-03[Demangle] remove unused status param of itaniumDemangleNick Desaulniers1-6/+5
2023-05-03[Demangle] remove unused params of itaniumDemangleNick Desaulniers1-1/+1
2023-03-05[Support] Implement findModulesAndOffsets on Apple 64-bit platformsLuís Marques1-4/+41
2023-03-02Revert "[Support] Implement findModulesAndOffsets on Apple 64-bit platforms"Luís Marques1-43/+6
2023-03-02[Support] Implement findModulesAndOffsets on Apple 64-bit platformsLuís Marques1-6/+43
2023-02-24Remove uses of ATOMIC_VAR_INITFangrui Song1-9/+7
2022-12-02Use CTAD on llvm::SaveAndRestoreJan Svoboda1-1/+1
2022-11-26[Support] Apply clang-format on .inc files. NFC.Alexandre Ganea1-48/+55
2022-11-18Revert "Reapply: Add an error message to the default SIGPIPE handler"Bill Wendling1-4/+0
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser1-5/+5
2022-06-09Reapply: Add an error message to the default SIGPIPE handlerTim Northover1-0/+4
2022-06-09Revert "Add an error message to the default SIGPIPE handler"Tim Northover1-4/+0
2022-06-08Add an error message to the default SIGPIPE handlerTim Northover1-0/+4
2022-06-07[config] Remove RETSIGTYPE from config.h.cmake, NFCReid Kleckner1-4/+4
2022-05-12Revert "Add an error message to the default SIGPIPE handler"Tim Northover1-4/+0
2022-05-12Add an error message to the default SIGPIPE handlerTim Northover1-0/+4
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-5/+5
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-5/+5
2021-04-26Add LLVM_ATTRIBUTE_USED to fix problems which could be exposed by aggressive ...Fangrui Song1-1/+1
2021-01-08[Signal] Re-raise SIGPIPE if the handler is uninstalledVedant Kumar1-3/+5
2020-09-25Hint how to get a symbolized stack trace if llvm-symbolizer is not found on c...Mehdi Amini1-0/+3
2020-09-24[Support] On Unix, let the CrashRecoveryContext return the signal codeAlexandre Ganea1-2/+2
2020-08-26[SystemZ/ZOS] Add header file to encapsulate use of <sysexits.h>Kai Nacke1-1/+1
2020-08-26[Support] Allow printing the stack trace only for a given depthDibya Ranjan Mishra1-4/+7
2020-08-01Use llvm::is_contained where appropriate (NFC)Kazu Hirata1-2/+1
2020-01-11[Support] Optionally call signal handlers when a function wrapped by the the ...Alexandre Ganea1-0/+16
2019-12-04[Signal] Allow one-shot SIGPIPE handler to be reachedVedant Kumar1-5/+5
2019-11-18[Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar1-4/+20
2019-10-24Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar1-13/+1
2019-10-18Disable exit-on-SIGPIPE in lldbVedant Kumar1-1/+13
2019-08-07Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer1-1/+0
2019-07-12Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)Jordan Rose1-14/+53