aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SystemInitializerFull.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-08[LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (#134383)Dmitry Vasilyev1-0/+44
2025-03-08[lldb] Remove progress report coalescing (#130329)Jonas Devlieghere1-6/+0
2024-10-22[lldb] Log errors to the system log if they would otherwise get dropped (#111...Jonas Devlieghere1-0/+3
2024-10-10[lldb] Introduce an always-on system log category/channel (#108495)Jonas Devlieghere1-0/+3
2024-03-26[lldb] Implement coalescing of disjoint progress events (#84854)Jonas Devlieghere1-3/+11
2023-11-06[LLDB] Don't forcefully initialize the process trace plugin (#71455)Walter Erquinigo1-3/+0
2023-06-13[lldb] Print lldbassert to debugger diagnosticsJonas Devlieghere1-0/+3
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere1-1/+0
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata1-1/+1
2022-01-01Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"Kazu Hirata1-1/+1
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata1-1/+1
2022-01-01Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"Nico Weber1-1/+1
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata1-1/+1
2021-12-17[lldb] Remove reproducer replay functionalityJonas Devlieghere1-8/+1
2021-04-01[lldb] Prevent that LLDB randomly crashes in CommandLineParser::addOption by ...Raphael Isemann1-0/+8
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath1-1/+14
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-3/+0
2020-11-10[lldb] Propagate llvm::Error to report_fatal_errorJonas Devlieghere1-1/+1
2020-11-09[lldb] Avoid confusing reproducer crashes when initialization failedJonas Devlieghere1-2/+11
2020-10-19[trace] rename ThreadIntelPT into TraceTraceWalter Erquinigo1-0/+7
2020-02-18Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere1-225/+5
2020-02-18[lldb/Plugin] Reject WASM and Hexagon in DynamicLoaderStaticJonas Devlieghere1-3/+3
2020-02-18[lldb/Plugin] Generate LLDB_PLUGIN_DECLARE with CMakeJonas Devlieghere1-85/+2
2020-02-18[lldb/Plugin] Unconditionally initialize DynamicLoaderDarwinKernelJonas Devlieghere1-6/+6
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere1-2/+2
2020-02-17[lldb/Plugins] Add missing initialize/terminate callsJonas Devlieghere1-0/+6
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.Jonas Devlieghere1-35/+35
2020-02-17[lldb/Plugins] Initialize all ABI plugins by their plugin nameJonas Devlieghere1-6/+6
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-9/+305
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere1-305/+9
2020-02-17[lldb/Plugin] Update ProcessWindows plugin for revertJonas Devlieghere1-2/+2
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-9/+305
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere1-305/+9
2020-02-17[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-16/+16
2020-02-17[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debuggingPaolo Severini1-0/+3
2020-02-13[lldb/Plugins] Have one initializer per ABI pluginJonas Devlieghere1-40/+21
2020-02-12[lldb/Plugins] Move DynamicLoaderMacOS into DynamicLoaderMacOSXDYLD (NFCI)Jonas Devlieghere1-3/+0
2020-02-12[lldb/Plugins] Move SymbolFileDWARFDebugMap into SymbolFileDWARF (NFCI)Jonas Devlieghere1-3/+0
2020-02-12[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö1-81/+81
2020-02-11[lldb/Plugins] Move PlatformRemoteiOS into PlatformMacOSX (NFCI)Jonas Devlieghere1-3/+0
2020-02-07[lldb/Plugin] Use LLDB_PLUGIN_DECLARE to forward declare plugin initializersJonas Devlieghere1-0/+93
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-268/+169
2020-02-07[lldb] Group ABI pluginsPavel Labath1-15/+15
2020-02-05Revert "[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging"Pavel Labath1-3/+0
2020-02-05Add missing directory from 3ec28da6Derek Schuff1-0/+3
2020-02-05Partially revert "[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly deb...Jonas Devlieghere1-3/+0
2020-02-05[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debuggingPaolo Severini1-0/+3
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann1-3/+3