summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SystemInitializerFull.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [LLDB] OpenBSD supportKamil Rytarowski2017-03-261-0/+3
* Fix build for mingw.Hafiz Abid Qadeer2016-12-151-2/+2
* Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy2016-11-231-2/+2
* Disable windows-only minidump pluginPavel Labath2016-11-091-7/+0
* Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plug...Dimitar Vlahovski2016-10-311-0/+3
* Removing the new Minidump pluginDimitar Vlahovski2016-10-051-4/+0
* Adding a new Minidump post-mortem debugging pluginDimitar Vlahovski2016-10-041-0/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-335/+291
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+8
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-8/+0
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-0/+8
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Support for OCaml native debuggingTamas Berghammer2016-08-021-0/+6
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-211-0/+3
OpenPOWER on IntegriCloud