summaryrefslogtreecommitdiff
path: root/lldb/source/API/SystemInitializerFull.cpp
AgeCommit message (Expand)Author
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/Initializers] Move all macOS initializers into PlatformMacOSXJonas Devlieghere
2020-01-17[lldb] Remove out of order OperatingSystemPython::Terminate call in SystemIni...Raphael Isemann
2020-01-17[lldb] Add missing terminate calls to Python/Lua subsystemsRaphael Isemann
2020-01-16[LLDB] Add SymbolVendorWasm plugin for WebAssembly debuggingPaolo Severini
2020-01-15[LLDB] Add ObjectFileWasm plugin for WebAssembly debuggingPaolo Severini
2019-12-19[lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
2019-10-17[ARC] Add SystemV ABITatyana Krasnukha
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-06-24[ABI] Implement Windows ABI for x86_64Alex Langford
2019-05-06Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool
2019-05-03ExpressionParser: only force link MCJIT when neededSaleem Abdulrasool
2019-05-03Revert "Initialization: move InstructionEmulation to full initialization"Pavel Labath
2019-05-02Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool
2019-05-02Initialization: remove ObjectContainer from CommonSaleem Abdulrasool
2019-04-24[SystemInitializerFull] Fix header sorting (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-29[Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere
2019-03-27[Platform] Remove Kalimba PlatformJonas Devlieghere
2019-03-26[Python] Remove dynamic indirectionJonas Devlieghere
2019-03-25[ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas 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-13Add missing Initialize/Terminate for Architecture pluginsTatyana Krasnukha
2018-12-10Re-commit "Introduce ObjectFileBreakpad"Pavel Labath
2018-12-07Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour
2018-12-07Introduce ObjectFileBreakpadPavel Labath
2018-12-03[Reproducers] Change how reproducers are initialized.Jonas Devlieghere
2018-11-05Remove OCaml debugger pluginJonas Devlieghere
2018-11-05Remove Java debugger pluginJonas Devlieghere
2018-11-05Remove Go debugger pluginJonas Devlieghere
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek
2018-10-31Revert r345686 due to build failuresKuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek
2018-10-11Upstreaming the BridgeOS device support and the Jason Molenda
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham
2018-05-25Move SystemInitializerFull header to source/APIAlex Langford
2018-05-24Move ObjectFile initialization out of SystemInitializerCommonPavel Labath