summaryrefslogtreecommitdiff
path: root/lldb/source/API/SystemInitializerFull.cpp
AgeCommit message (Expand)Author
2024-03-26[lldb] Implement coalescing of disjoint progress events (#84854)Jonas Devlieghere
2023-11-06[LLDB] Don't forcefully initialize the process trace plugin (#71455)Walter Erquinigo
2023-06-13[lldb] Print lldbassert to debugger diagnosticsJonas Devlieghere
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata
2022-01-01Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"Kazu Hirata
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata
2022-01-01Revert "[lldb] Use nullptr instead of 0 or NULL (NFC)"Nico Weber
2022-01-01[lldb] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata
2021-12-17[lldb] Remove reproducer replay functionalityJonas Devlieghere
2021-04-01[lldb] Prevent that LLDB randomly crashes in CommandLineParser::addOption by ...Raphael Isemann
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-11-10[lldb] Propagate llvm::Error to report_fatal_errorJonas Devlieghere
2020-11-09[lldb] Avoid confusing reproducer crashes when initialization failedJonas Devlieghere
2020-10-19[trace] rename ThreadIntelPT into TraceTraceWalter Erquinigo
2020-02-18Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere
2020-02-18[lldb/Plugin] Reject WASM and Hexagon in DynamicLoaderStaticJonas Devlieghere
2020-02-18[lldb/Plugin] Generate LLDB_PLUGIN_DECLARE with CMakeJonas Devlieghere
2020-02-18[lldb/Plugin] Unconditionally initialize DynamicLoaderDarwinKernelJonas Devlieghere
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-02-17[lldb/Plugins] Add missing initialize/terminate callsJonas Devlieghere
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.Jonas Devlieghere
2020-02-17[lldb/Plugins] Initialize all ABI plugins by their plugin nameJonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere
2020-02-17[lldb/Plugin] Update ProcessWindows plugin for revertJonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere
2020-02-17[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-17[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debuggingPaolo Severini
2020-02-13[lldb/Plugins] Have one initializer per ABI pluginJonas Devlieghere
2020-02-12[lldb/Plugins] Move DynamicLoaderMacOS into DynamicLoaderMacOSXDYLD (NFCI)Jonas Devlieghere
2020-02-12[lldb/Plugins] Move SymbolFileDWARFDebugMap into SymbolFileDWARF (NFCI)Jonas Devlieghere
2020-02-12[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-11[lldb/Plugins] Move PlatformRemoteiOS into PlatformMacOSX (NFCI)Jonas Devlieghere
2020-02-07[lldb/Plugin] Use LLDB_PLUGIN_DECLARE to forward declare plugin initializersJonas Devlieghere
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-02-07[lldb] Group ABI pluginsPavel Labath
2020-02-05Revert "[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debugging"Pavel Labath
2020-02-05Add missing directory from 3ec28da6Derek Schuff
2020-02-05Partially revert "[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly deb...Jonas Devlieghere
2020-02-05[LLDB] Add DynamicLoaderWasmDYLD plugin for WebAssembly debuggingPaolo Severini
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2020-01-21[lldb/Initializers] Move all ObjC initializers into AppleObjCRuntimeJonas Devlieghere
2020-01-21[lldb/Plugin] Move DisassemblerLLVMC for consistency with plugin (NFC)Jonas Devlieghere
2020-01-21[lldb/Plugin] Rename MainThreadCheckerRuntime for consistency with plugin (NFC)Jonas Devlieghere
2020-01-21[lldb/Plugin] Rename UBSanRuntime for consistency with plugin (NFC)Jonas Devlieghere