summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
AgeCommit message (Expand)Author
2025-10-15[lldb] Do not stop the process on SIGWINCH by default. (#163182)Ebuka Ezike
2025-06-24[LLDB] Add SI_USER and SI_KERNEL to Linux signals (#144800)Jacob Lalonde
2025-05-29Reapply "[LLDB][ELF Core] Support all the Generic (Negative) SI Codes." (#141...Jacob Lalonde
2025-05-27Revert "[LLDB][ELF Core] Support all the Generic (Negative) SI Codes." (#141645)Jacob Lalonde
2025-05-27[LLDB][ELF Core] Support all the Generic (Negative) SI Codes. (#140150)Jacob Lalonde
2025-04-09[LLDB][MIPS] Fix signal SIGBUS number mismatch error on mips target (#132688)yingopq
2025-01-21[lldb][Linux] Add Control Protection Fault signal (#122917)David Spickett
2023-03-27Revert "[lldb] Move UnixSignals creation into Platform plugins"Alex Langford
2023-03-20[lldb] Move UnixSignals creation into Platform pluginsAlex Langford
2023-03-20[lldb] Implement CrashReason using UnixSignalsDavid Spickett
2020-10-08[lldb] Format remaining signal table (NFC)Jonas Devlieghere
2020-10-08Change the default handling of SIGCONT to nosuppress/nostop/notifyJim Ingham
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-20[LLDB] Insert names with same signo as alias instead of a new entryMohit K. Bhakkad
2015-09-14Switch default disposition of realtime signalsPavel Labath
2015-07-14Refactor Unix signals.Chaoren Lin
2015-05-22Add real time signals support to LinuxSignalsPavel Labath
2015-03-31Move several plugin to its own namespaceTamas Berghammer
2014-10-31Always transmit SIGPROF back to the inferior.Stephane Sezer
2014-06-30Fixup Windows build breaks for the llgs upstream.Todd Fiala
2014-06-30Add lldb-gdbserver support for Linux x86_64.Todd Fiala