aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/POSIX
AgeCommit message (Expand)AuthorFilesLines
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-2/+2
2023-03-20[lldb] Implement CrashReason using UnixSignalsDavid Spickett1-280/+9
2023-03-16Remove #if guards from AppendBounds to fix compile on old POSIX.Daniel Thornburgh1-2/+0
2023-03-15Reland "[lldb] Refactor CrashReason"David Spickett2-81/+85
2023-03-15Revert "[lldb] Refactor CrashReason"David Spickett2-87/+81
2023-03-15[lldb] Refactor CrashReasonDavid Spickett2-81/+87
2023-03-13[lldb] Use static instead of anonymous namesapce in CrashReasonDavid Spickett1-10/+7
2023-03-08[lldb] Remove unused CrashReasonAsString functionDavid Spickett2-93/+0
2023-03-08[lldb] Remove unused POSIX ProcessMessage filesDavid Spickett3-230/+0
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2-6/+6
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata2-0/+2
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-08-01[LLDB][NFC][Correctness] Fix bad null checkSlava Gurevich1-1/+1
2022-06-20Don't use Optional::getValue (NFC)Kazu Hirata1-1/+1
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-14[lldb] Fix TestDyldExecLinux with xml enabledPavel Labath2-0/+7
2022-03-24[trace][intelpt] Server side changes for TSC to wall time conversionJakob Johnson1-1/+2
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-1/+2
2022-01-26[lldb] Convert POSIXLog to use the new APIPavel Labath1-10/+0
2022-01-25[lldb] Make logging machinery type-safePavel Labath2-24/+36
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2021-04-01Revert "Revert "[LLDB] Arm64/Linux Add MTE and Pointer Authentication registe...Muhammad Omair Javaid1-2/+3
2021-03-31Revert "[LLDB] Arm64/Linux Add MTE and Pointer Authentication registers"Muhammad Omair Javaid1-3/+2
2021-03-31[LLDB] Arm64/Linux Add MTE and Pointer Authentication registersMuhammad Omair Javaid1-2/+3
2020-12-29CrashReason: Add MTE tag check faults to the list of crash reasons.Peter Collingbourne2-0/+27
2020-07-09[lldb] Declare extern template instantiation to fix linking issues.Jordan Rupprecht2-1/+14
2020-02-17[lldb/Plugin] Remove PLUGIN from Process POSIX & LinuxJonas Devlieghere1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann4-5/+4
2019-12-21[lldb] Fix ARM32 inferior callsJan Kratochvil1-4/+4
2019-09-05Obliterate LLDB_CONFIGURATION_BUILDANDINTEGRATIONPavel Labath2-14/+0
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-23Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso1-6/+5
2019-07-23Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2-1/+77
2019-07-01Revert "Implement xfer:libraries-svr4:read packet"Pavel Labath2-77/+1
2019-07-01Fix TestGdbRemoteLibrariesSvr4SupportPavel Labath1-2/+2
2019-06-25Revert "Add ReadCStringFromMemory for faster string reads"Antonio Afonso1-5/+6
2019-06-18Add ReadCStringFromMemory for faster string readsAntonio Afonso1-6/+5
2019-06-18Implement xfer:libraries-svr4:read packetAntonio Afonso2-0/+76
2019-06-14Implement GetSharedLibraryInfoAddressAntonio Afonso3-0/+158
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine1-1/+1
2019-05-01[CMake] Correct lldbPluginProcessPOSIX dependenciesAlex Langford1-1/+1
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl1-11/+11
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth6-24/+18
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-05-22Normalize some lldb #include statements.James Y Knight1-3/+0
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-2/+1
2017-06-27Move StructuredData from Core to UtilityPavel Labath1-1/+0
2017-03-15Remove lldb streams from the Log class completelyPavel Labath1-1/+0
2017-03-03Move Log from Core -> Utility.Zachary Turner1-1/+1
2017-02-24Implement QPassSignals GDB package in lldb-serverPavel Labath1-5/+1