summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/POSIX
AgeCommit message (Expand)Author
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2023-03-20[lldb] Implement CrashReason using UnixSignalsDavid Spickett
2023-03-16Remove #if guards from AppendBounds to fix compile on old POSIX.Daniel Thornburgh
2023-03-15Reland "[lldb] Refactor CrashReason"David Spickett
2023-03-15Revert "[lldb] Refactor CrashReason"David Spickett
2023-03-15[lldb] Refactor CrashReasonDavid Spickett
2023-03-13[lldb] Use static instead of anonymous namesapce in CrashReasonDavid Spickett
2023-03-08[lldb] Remove unused CrashReasonAsString functionDavid Spickett
2023-03-08[lldb] Remove unused POSIX ProcessMessage filesDavid Spickett
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-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-08-01[LLDB][NFC][Correctness] Fix bad null checkSlava Gurevich
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-14[lldb] Fix TestDyldExecLinux with xml enabledPavel Labath
2022-03-24[trace][intelpt] Server side changes for TSC to wall time conversionJakob Johnson
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath
2022-01-25[lldb] Make logging machinery type-safePavel Labath
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-04-01Revert "Revert "[LLDB] Arm64/Linux Add MTE and Pointer Authentication registe...Muhammad Omair Javaid
2021-03-31Revert "[LLDB] Arm64/Linux Add MTE and Pointer Authentication registers"Muhammad Omair Javaid
2021-03-31[LLDB] Arm64/Linux Add MTE and Pointer Authentication registersMuhammad Omair Javaid
2020-12-29CrashReason: Add MTE tag check faults to the list of crash reasons.Peter Collingbourne
2020-07-09[lldb] Declare extern template instantiation to fix linking issues.Jordan Rupprecht
2020-02-17[lldb/Plugin] Remove PLUGIN from Process POSIX & LinuxJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-21[lldb] Fix ARM32 inferior callsJan Kratochvil
2019-09-05Obliterate LLDB_CONFIGURATION_BUILDANDINTEGRATIONPavel Labath
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-23Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso
2019-07-23Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso
2019-07-01Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath
2019-07-01Fix TestGdbRemoteLibrariesSvr4SupportPavel Labath
2019-06-25Revert "Add ReadCStringFromMemory for faster string reads"Antonio Afonso
2019-06-18Add ReadCStringFromMemory for faster string readsAntonio Afonso
2019-06-18Implement xfer:libraries-svr4:read packetAntonio Afonso
2019-06-14Implement GetSharedLibraryInfoAddressAntonio Afonso
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-01[CMake] Correct lldbPluginProcessPOSIX dependenciesAlex Langford
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
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-05-22Normalize some lldb #include statements.James Y Knight
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-03-15Remove lldb streams from the Log class completelyPavel Labath
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-24Implement QPassSignals GDB package in lldb-serverPavel Labath