summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SystemInitializerFull.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove platform plugins from lldb-serverPavel Labath2016-06-291-6/+42
* Support Linux on SystemZ as platformUlrich Weigand2016-04-141-0/+3
* Move DynamicLoader plugins to SystemInitializerFullPavel Labath2016-03-291-0/+12
* Add ThreadSanitizer debugging support.Kuba Brecka2016-03-231-0/+3
* Move OperatingSystem plugins to SystemInitializerFullPavel Labath2016-03-161-0/+12
* Add support for reading line tables from PDB files.Zachary Turner2016-03-021-7/+10
* Add a set of new plugins to handle Java debuggingTamas Berghammer2016-02-261-0/+9
* Strip trailing whitespaceEd Maste2016-01-041-3/+3
* Add Hexagon ABI to System InitializationTed Woodward2015-12-101-0/+3
* Add PlatformRemoteAppleWatch (apple watch), PlatformRemoteAppleTV (apple tv),Jason Molenda2015-11-061-0/+12
* Add go data formatters.Ryan Brown2015-11-051-0/+3
* Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy2015-10-281-2/+2
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-211-1/+1
* Fix linkage of `init_lldb` SWIG method in Python 3.Zachary Turner2015-10-161-1/+11
* Create GoLanguageRuntime.Ryan Brown2015-10-061-0/+2
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-0/+9
* Add support for language plugins to provide data formatters (second attempt)Enrico Granata2015-09-011-0/+11
* Revert "Add support for language plugins to provide data formatters"Pavel Labath2015-09-011-11/+0
* Add support for language plugins to provide data formattersEnrico Granata2015-09-011-0/+11
* Reorg code to allow Windows Process Plugins to share some common code.Adrian McCarthy2015-08-241-2/+2
* Also initialize ScriptInterpreterNone if Python is disabledKeno Fischer2015-08-231-1/+1
* Create a Windows mini-dump target Differential Revision: http://reviews.llv...Adrian McCarthy2015-08-031-0/+7
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-10/+21
* Move WindowsDYLD to the Plugins/DynamicLoader directory.Stephane Sezer2015-07-081-5/+0
* Submitting patch from Abhishek for:Greg Clayton2015-06-251-0/+3
* Remove old local-only linux debugging codePavel Labath2015-06-241-14/+0
* [LLDB][MIPS] ABI Plugin for MIPS64Bhushan D. Attarde2015-06-191-0/+3
* [LLDB][MIPS] ABI Plugin for MIPS32Bhushan D. Attarde2015-06-181-0/+3
* [LLDB][MIPS] Software single steppingMohit K. Bhakkad2015-05-071-3/+0
* This patch adds support aarch64-linux-gnu (SysV) abi in lldb.Omair Javaid2015-04-291-0/+3
* This patch adds required piece of code for SysV Abi for arm. Omair Javaid2015-04-291-0/+3
* Add single stepping logic for linux armTamas Berghammer2015-04-151-3/+0
* Initial language runtime support for RenderScript. Colin Riley2015-04-091-0/+3
* Fix build error due to new plugin namespaces.Zachary Turner2015-03-311-2/+2
* Rework LLDB system initialization.Zachary Turner2015-03-311-0/+394
OpenPOWER on IntegriCloud