summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Signals.inc
AgeCommit message (Expand)Author
2025-10-19[ADT, Support] Use std::min and std::max (NFC) (#164145)Kazu Hirata
2025-09-06[Support] Remove an unnecessary cast (NFC) (#157312)Kazu Hirata
2025-07-09[Support] Don't re-raise signals sent from kernel (#145759)Alex Langford
2025-07-02[DLCov] Origin-Tracking: Enable collecting and symbolizing stack traces (#143...Stephen Tozer
2025-05-07[LLVM][Support] check for error return from dladdr. (#138369)jeremyd2019
2025-05-02[LLVM][Cygwin] Fix Signals compatibility with Cygwin API (#138117)Mateusz Mikuła
2025-02-08[Support] Re-raise external signals (#125854)Guy David
2025-01-31[llvm][Support] Enable dl_iterate_phdr support on OpenBSD and DragonFly (#125...Brad Smith
2025-01-23[llvm][Support] Put back filename into FileToRemoveList (#124065)Vitaly Buka
2025-01-22[Signals] Exclude dladdr for AIX after #123879Fangrui Song
2025-01-22[CMake] Remove HAVE_DLFCN_H and HAVE_DLADDR (#123879)Fangrui Song
2025-01-16[CMake] Remove some unneeded HAVE_*_HFangrui Song
2025-01-15[CMake] Remove some always-true HAVE_XXX_HFangrui Song
2025-01-09[z/OS] Add backtrace support for z/OS. (#121826)Kai Nacke
2024-08-20[CMake] Remove HAVE_LINK_HFangrui Song
2024-07-02Support: Fix typo in commentMatt Arsenault
2023-08-17Fix symbolizer markup backtrace build/test.Daniel Thornburgh
2023-08-17[llvm][Support] Fix backtrace output by removing '#'. NFCMichael Liao
2023-08-17Optionally print symbolizer markup backtraces.Daniel Thornburgh
2023-05-03[Demangle] remove unused status param of itaniumDemangleNick Desaulniers
2023-05-03[Demangle] remove unused params of itaniumDemangleNick Desaulniers
2023-03-05[Support] Implement findModulesAndOffsets on Apple 64-bit platformsLuís Marques
2023-03-02Revert "[Support] Implement findModulesAndOffsets on Apple 64-bit platforms"Luís Marques
2023-03-02[Support] Implement findModulesAndOffsets on Apple 64-bit platformsLuís Marques
2023-02-24Remove uses of ATOMIC_VAR_INITFangrui Song
2022-12-02Use CTAD on llvm::SaveAndRestoreJan Svoboda
2022-11-26[Support] Apply clang-format on .inc files. NFC.Alexandre Ganea
2022-11-18Revert "Reapply: Add an error message to the default SIGPIPE handler"Bill Wendling
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser
2022-06-09Reapply: Add an error message to the default SIGPIPE handlerTim Northover
2022-06-09Revert "Add an error message to the default SIGPIPE handler"Tim Northover
2022-06-08Add an error message to the default SIGPIPE handlerTim Northover
2022-06-07[config] Remove RETSIGTYPE from config.h.cmake, NFCReid Kleckner
2022-05-12Revert "Add an error message to the default SIGPIPE handler"Tim Northover
2022-05-12Add an error message to the default SIGPIPE handlerTim Northover
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2021-04-26Add LLVM_ATTRIBUTE_USED to fix problems which could be exposed by aggressive ...Fangrui Song
2021-01-08[Signal] Re-raise SIGPIPE if the handler is uninstalledVedant Kumar
2020-09-25Hint how to get a symbolized stack trace if llvm-symbolizer is not found on c...Mehdi Amini
2020-09-24[Support] On Unix, let the CrashRecoveryContext return the signal codeAlexandre Ganea
2020-08-26[SystemZ/ZOS] Add header file to encapsulate use of <sysexits.h>Kai Nacke
2020-08-26[Support] Allow printing the stack trace only for a given depthDibya Ranjan Mishra
2020-08-01Use llvm::is_contained where appropriate (NFC)Kazu Hirata
2020-01-11[Support] Optionally call signal handlers when a function wrapped by the the ...Alexandre Ganea
2019-12-04[Signal] Allow one-shot SIGPIPE handler to be reachedVedant Kumar
2019-11-18[Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar
2019-10-24Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar
2019-10-18Disable exit-on-SIGPIPE in lldbVedant Kumar
2019-08-07Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer