aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SystemRuntime
AgeCommit message (Expand)AuthorFilesLines
2025-08-20[lldb] Fix source line annotations for libsanitizers traces (#154247)Julian Lettner1-3/+3
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere1-1/+1
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath1-0/+3
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath1-3/+0
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath1-0/+3
2025-02-10[lldb] [darwin] Upstream a few DriverKit cases (#126604)Jason Molenda1-1/+2
2025-02-06[lldb] Add SymbolContext::GetFunctionOrSymbolAddress (#123340)Pavel Labath1-16/+8
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere2-1/+2
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl4-27/+40
2024-08-27[lldb] Add frame recognizers for libc++ `std::invoke` (#105695)Adrian Vogelsgesang1-2/+3
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava1-1/+1
2024-08-02[lldb] Fix a warningKazu Hirata1-2/+1
2024-08-02[LLDB] Add a StackFrameRecognizer for the Darwin specific abort_with_payloadâ...jimingham4-1/+260
2024-02-19[llvm] Upstream the BridgeOS triple enum value (NFC)Jonas Devlieghere1-1/+1
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere1-0/+1
2023-11-03[clang][NFC] Refactor `TagTypeKind` (#71160)Vlad Serebrennikov1-1/+2
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere1-3/+3
2023-06-16[lldb][NFCI] Remove use of ConstString in ProcessStructReaderAlex Langford1-4/+4
2023-05-11We can't let GetStackFrameCount get interrupted or it will give theJim Ingham1-2/+1
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl5-25/+25
2022-11-16Make CompilerType safeAdrian Prantl1-3/+7
2022-11-03[lldb/crashlog] Add support for Application Specific Backtraces & InformationMed Ismail Bennani1-0/+41
2022-07-29[LLDB][NFC][Reliability] Fixes for int overflow and uninitialized stateSlava Gurevich1-3/+3
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich1-1/+1
2022-07-25Revert "[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity sc...Slava Gurevich1-1/+1
2022-07-25[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2Slava Gurevich1-1/+1
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich1-0/+8
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath5-0/+5
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath5-9/+9
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath2-17/+7
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath2-6/+3
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath2-4/+0
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere9-20/+12
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere5-55/+47
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl4-19/+19
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann5-10/+14
2020-10-23[lldb] Redesign Target::GetUtilityFunctionForLanguage APIJonas Devlieghere4-77/+31
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine1-1/+2
2020-04-09Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl1-2/+3
2020-04-01Revert "Preserve the owning module information from DWARF in the synthesized ...Adrian Prantl1-3/+2
2020-04-01Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl1-2/+3
2020-02-18[lldb] Remove DataExtractor::GetPointerPavel Labath1-7/+7
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere5-15/+15
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere1-1/+1
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-1/+1
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-0/+2
2020-02-04Fix -Wunused-result warnings in LLDBReid Kleckner4-4/+4
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford6-8/+6
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann5-8/+5
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann5-23/+23