aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-test/SystemInitializerTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-08[LLDB][NFC] Remove Debugger dependency in SystemLifetimeManager (#134383)Dmitry Vasilyev1-0/+4
2021-02-18[lldb] Fix shared library directory computation on windowsPavel Labath1-1/+2
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere1-3/+0
2020-02-18Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere1-202/+15
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-78/+2
2020-02-18[lldb/Plugin] Unconditionally initialize DynamicLoaderDarwinKernelJonas Devlieghere1-6/+6
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-11/+11
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-18/+272
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere1-272/+18
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere1-11/+275
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere1-275/+11
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-32/+13
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-78/+78
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/+86
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere1-250/+163
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-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann1-3/+3
2020-01-21[lldb/Initializers] Move all ObjC initializers into AppleObjCRuntimeJonas Devlieghere1-6/+3
2020-01-21[lldb/Plugin] Move DisassemblerLLVMC for consistency with plugin (NFC)Jonas Devlieghere1-1/+1
2020-01-21[lldb/Plugin] Rename MainThreadCheckerRuntime for consistency with plugin (NFC)Jonas Devlieghere1-3/+4
2020-01-21[lldb/Plugin] Rename UBSanRuntime for consistency with plugin (NFC)Jonas Devlieghere1-3/+3
2020-01-21[lldb/Plugin] Rename TSanRuntime for consistency with plugin (NFC)Jonas Devlieghere1-3/+3
2020-01-21[lldb/Plugin] Rename AddressSanitizerRuntime for consistency with plugin (NFC)Jonas Devlieghere1-3/+3
2020-01-21[lldb/tools] Update lldb-test's system initializerJonas Devlieghere1-27/+0
2020-01-17[lldb][NFC] Resynchronize Init/Terminate calls in SystemInitializerFull/Test....Raphael Isemann1-7/+37
2020-01-16[LLDB] Add SymbolVendorWasm plugin for WebAssembly debuggingPaolo Severini1-0/+3
2020-01-15[LLDB] Add ObjectFileWasm plugin for WebAssembly debuggingPaolo Severini1-0/+3
2019-09-26SystemInitializer: Define macros for experimental targets tooPavel Labath1-0/+2
2019-09-26SystemInitializer: Use Targets.def to selectively initialize ABI pluginsPavel Labath1-56/+34
2019-09-25Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath1-14/+46
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-2/+0
2019-03-27[Platform] Remove Kalimba PlatformJonas Devlieghere1-3/+0
2019-02-21[Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere1-3/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-11Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath1-0/+3
2018-12-10Re-commit "Introduce ObjectFileBreakpad"Pavel Labath1-0/+3
2018-12-07Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour1-3/+0
2018-12-07Introduce ObjectFileBreakpadPavel Labath1-0/+3