summaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-test/SystemInitializerTest.cpp
AgeCommit message (Expand)Author
2025-04-08[LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (#134383)Dmitry Vasilyev
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-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/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-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] 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-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
2020-01-21[lldb/Plugin] Rename TSanRuntime for consistency with plugin (NFC)Jonas Devlieghere
2020-01-21[lldb/Plugin] Rename AddressSanitizerRuntime for consistency with plugin (NFC)Jonas Devlieghere
2020-01-21[lldb/tools] Update lldb-test's system initializerJonas Devlieghere
2020-01-17[lldb][NFC] Resynchronize Init/Terminate calls in SystemInitializerFull/Test....Raphael Isemann
2020-01-16[LLDB] Add SymbolVendorWasm plugin for WebAssembly debuggingPaolo Severini
2020-01-15[LLDB] Add ObjectFileWasm plugin for WebAssembly debuggingPaolo Severini
2019-09-26SystemInitializer: Define macros for experimental targets tooPavel Labath
2019-09-26SystemInitializer: Use Targets.def to selectively initialize ABI pluginsPavel Labath
2019-09-25Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-27[Platform] Remove Kalimba PlatformJonas Devlieghere
2019-02-21[Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-11Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath
2018-12-10Re-commit "Introduce ObjectFileBreakpad"Pavel Labath
2018-12-07Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour
2018-12-07Introduce ObjectFileBreakpadPavel Labath