summaryrefslogtreecommitdiff
path: root/lldb/source/Target/UnixSignals.cpp
AgeCommit message (Expand)Author
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-01-23[lldb] Enable "frame diagnose" on linux (#123217)Pavel Labath
2025-01-15[lldb] Add OpenBSD signals (#123005)Brad Smith
2023-09-14[lldb][NFCI] Remove use of ConstString from UnixSignalsAlex Langford
2023-08-22[lldb][NFCI] Change return type of UnixSignals::GetSignalInfoAlex Langford
2023-08-21[lldb] Change UnixSignals::GetSignalAsCString to GetSignalAsStringRefAlex Langford
2023-06-12[lldb] Change return type of UnixSignals::GetShortNameAlex Langford
2023-06-01[lldb][NFCI] Remove use of ConstString from UnixSignals::SignalCodeAlex Langford
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
2023-03-13[lldb] Remove MIPS Linux UnixSignalsAlex Langford
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-17[lldb] llvm::Optional::value => operator*/operator->Fangrui Song
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-05-26Store a by name list of signals with their actions in the TargetJim Ingham
2021-10-27Add unix signal hit counts to the target statistics.Greg Clayton
2021-09-25[lldb] Convert misc. StringConvert usesMichał Górny
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-10-06[lldb] Format unix signal table (NFC)Jonas Devlieghere
2020-02-11[lldb][NFC] Remove several inefficient ConstString -> const char * -> StringR...Raphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Resubmit "Don't include UnixSignals.h from Host."Zachary Turner
2019-02-15Revert "Don't include UnixSignals.h from Host."Davide Italiano
2019-02-15Don't include UnixSignals.h from Host.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-12Change the default handling for SIGPIPE to pass/,no-stop/no-notify.Jim Ingham
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-03-07Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-09-04[NFC] Darwin llgs support from Week of CodeTodd Fiala
2016-02-18Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...Eugene Zelenko
2016-01-22Target: fix -Wcast-qual warningSaleem Abdulrasool
2015-12-15Welcome to NetBSD signalsKamil Rytarowski
2015-10-20Fix build and some warnings after r250798Tamas Berghammer
2015-10-20[LLDB] Insert names with same signo as alias instead of a new entryMohit K. Bhakkad
2015-07-14Refactor Unix signals.Chaoren Lin
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron
2013-10-28Change the default handling for SIGALRM and SIGCHLD to not notify.Jim Ingham
2011-07-06Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton