summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/Signals.inc
AgeCommit message (Expand)Author
2025-11-10Remove unused <algorithm> inclusion (#166942)serge-sans-paille
2025-11-01[Support] Fix memory leak induced by `sys::RemoveFileOnSignal` (#159984)Alexandre Ganea
2025-10-16[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163702)Kazu Hirata
2025-07-02[DLCov] Origin-Tracking: Enable collecting and symbolizing stack traces (#143...Stephen Tozer
2025-06-26[Support] Remove workarounds for building with mingw.org toolchains (#145683)Martin Storsjö
2024-07-30[Support] Silence warnings when retrieving exported functions (#97905)Alexandre Ganea
2024-07-06Revert "[Support] Silence function cast warning when building with Clang ToT ...Alexandre Ganea
2024-07-05[Support] Silence function cast warning when building with Clang ToT targetti...Alexandre Ganea
2024-04-30[Windows] Restrict searchpath of dbghelp.dll to System32 (#90520)jofrn
2023-08-17Optionally print symbolizer markup backtraces.Daniel Thornburgh
2023-02-20[Support] Silence warning with Clang ToT.Alexandre Ganea
2023-02-09[Support] Emulate SIGPIPE handling in raw_fd_ostream write for WindowsAndrew Ng
2022-11-26[Support] Apply clang-format on .inc files. NFC.Alexandre Ganea
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser
2022-07-08[Support] Fix Windows dump file hang with multi-threaded crashesAndrew Ng
2022-06-20[windows][support] Improve backtrace emitted in crash report without llvm-sym...Ben Dunbobbin
2022-02-08[Support] Don't print stacktrace if DbgHelp.dll hasn't been loaded yetAndy Yankovsky
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-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-07-16Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini
2021-07-16Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini
2021-04-06Pass -fcrash-diagnostics-dir along to LLVMPaul Robinson
2020-09-24[Support] On Unix, let the CrashRecoveryContext return the signal codeAlexandre Ganea
2020-08-26[Support] Allow printing the stack trace only for a given depthDibya Ranjan Mishra
2020-05-21On Windows, handle interrupt signals without crash messageJames Henderson
2020-02-28llvm-ar: Fix MinGW compilationHans Wennborg
2020-01-31[Support] Don't modify the current EH context during stack unwindingReid Kleckner
2020-01-29[Support] Fix implicit std::string conversions on Win32.Benjamin Kramer
2020-01-11[Support] Optionally call signal handlers when a function wrapped by the the ...Alexandre Ganea
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-07-12Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)Jordan Rose
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-01Move some function declarations out of WindowsSupport.hZachary Turner
2018-05-16Signal handling should be signal-safeJF Bastien
2018-05-16Revert "Signal handling should be signal-safe"JF Bastien
2018-05-16Signal handling should be signal-safeJF Bastien
2018-05-15[NFC] Update commentsJF Bastien
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-13[Support] Fix building for Windows on ARMMartin Storsjo
2018-04-02Remove HAVE_LIBPSAPI, HAVE_SHELL32.Nico Weber
2018-01-18Typo fix SIBABRT -> SIGABRT.Eric Christopher
2017-08-03Support: WOA64 and WOA SignalsMartell Malone
2017-03-31Remove name space pollution from Signals.cppKristof Beyls
2016-12-21Add missing includes on Windows.Zachary Turner
2016-10-05Blind attempt to fix windows build after r283290 - Use StringRef in StringSav...Mehdi Amini