summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SystemInitializerFull.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere2019-12-191-0/+8
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-4/+4
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-101-1/+1
* [ARC] Add SystemV ABITatyana Krasnukha2019-10-171-1/+3
* SystemInitializer: Define macros for experimental targets tooPavel Labath2019-09-261-0/+2
* SystemInitializer: Use Targets.def to selectively initialize ABI pluginsPavel Labath2019-09-261-56/+34
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-251-14/+43
* [ABI] Implement Windows ABI for x86_64Alex Langford2019-06-241-0/+3
* Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool2019-05-061-0/+13
* ExpressionParser: only force link MCJIT when neededSaleem Abdulrasool2019-05-031-0/+5
* Revert "Initialization: move InstructionEmulation to full initialization"Pavel Labath2019-05-031-13/+0
* Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool2019-05-021-0/+13
* Initialization: remove ObjectContainer from CommonSaleem Abdulrasool2019-05-021-0/+8
* [SystemInitializerFull] Fix header sorting (NFC)Jonas Devlieghere2019-04-241-2/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* [Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere2019-03-291-4/+0
* [Platform] Remove Kalimba PlatformJonas Devlieghere2019-03-271-3/+0
* [Python] Remove dynamic indirectionJonas Devlieghere2019-03-261-1/+0
* [ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)Jonas Devlieghere2019-03-251-169/+1
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-211-3/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath2019-01-111-0/+3
* Add missing Initialize/Terminate for Architecture pluginsTatyana Krasnukha2018-12-131-0/+6
* Re-commit "Introduce ObjectFileBreakpad"Pavel Labath2018-12-101-0/+3
* Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour2018-12-071-3/+0
* Introduce ObjectFileBreakpadPavel Labath2018-12-071-0/+3
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-031-2/+6
* Remove OCaml debugger pluginJonas Devlieghere2018-11-051-6/+0
* Remove Java debugger pluginJonas Devlieghere2018-11-051-9/+0
* Remove Go debugger pluginJonas Devlieghere2018-11-051-12/+1
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-311-1/+10
* Revert r345686 due to build failuresKuba Mracek2018-10-311-10/+1
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-311-1/+10
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-311-10/+1
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-311-1/+10
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+3
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-1/+14
* Move SystemInitializerFull header to source/APIAlex Langford2018-05-251-1/+1
* Move ObjectFile initialization out of SystemInitializerCommonPavel Labath2018-05-241-0/+12
* Enable ProcessMachCore plugin on non-apple platformsPavel Labath2018-05-221-3/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-13/+11
* Re-add change for https://reviews.llvm.org/D42582 with added directories.Jim Ingham2018-03-121-0/+2
* Revert "Improve prologue handling to support functions with multiple entry po...Vedant Kumar2018-03-121-2/+0
* Improve prologue handling to support functions with multiple entry points.Jim Ingham2018-03-121-0/+2
* [LLDB] Initial version of PPC64 InstEmulationPavel Labath2018-02-271-0/+3
* Move StopInfoOverride callback to the new architecture pluginPavel Labath2017-10-251-1/+5
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Shorten sanitizer plugin namesPavel Labath2017-06-261-3/+3
* Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...Kuba Mracek2017-06-161-0/+6
* Remove an expensive lock from TimerPavel Labath2017-05-151-1/+2
OpenPOWER on IntegriCloud