aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SystemInitializerFull.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-335/+291
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+8
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala1-8/+0
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-0/+8
2016-08-09Delete Host/windows/win32.hZachary Turner1-1/+1
2016-08-02Support for OCaml native debuggingTamas Berghammer1-0/+6
2016-07-21Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda1-0/+3
2016-06-29Remove platform plugins from lldb-serverPavel Labath1-6/+42
2016-04-14Support Linux on SystemZ as platformUlrich Weigand1-0/+3
2016-03-29Move DynamicLoader plugins to SystemInitializerFullPavel Labath1-0/+12
2016-03-23Add ThreadSanitizer debugging support.Kuba Brecka1-0/+3
2016-03-16Move OperatingSystem plugins to SystemInitializerFullPavel Labath1-0/+12
2016-03-02Add support for reading line tables from PDB files.Zachary Turner1-7/+10
2016-02-26Add a set of new plugins to handle Java debuggingTamas Berghammer1-0/+9
2016-01-04Strip trailing whitespaceEd Maste1-3/+3
2015-12-10Add Hexagon ABI to System InitializationTed Woodward1-0/+3
2015-11-06Add PlatformRemoteAppleWatch (apple watch), PlatformRemoteAppleTV (apple tv),Jason Molenda1-0/+12
2015-11-05Add go data formatters.Ryan Brown1-0/+3
2015-10-28Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy1-2/+2
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra1-1/+1
2015-10-16Fix linkage of `init_lldb` SWIG method in Python 3.Zachary Turner1-1/+11
2015-10-06Create GoLanguageRuntime.Ryan Brown1-0/+2
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton1-0/+9
2015-09-01Add support for language plugins to provide data formatters (second attempt)Enrico Granata1-0/+11
2015-09-01Revert "Add support for language plugins to provide data formatters"Pavel Labath1-11/+0
2015-09-01Add support for language plugins to provide data formattersEnrico Granata1-0/+11
2015-08-24Reorg code to allow Windows Process Plugins to share some common code.Adrian McCarthy1-2/+2
2015-08-23Also initialize ScriptInterpreterNone if Python is disabledKeno Fischer1-1/+1
2015-08-03Create a Windows mini-dump target Differential Revision: http://reviews.llv...Adrian McCarthy1-0/+7
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner1-10/+21
2015-07-08Move WindowsDYLD to the Plugins/DynamicLoader directory.Stephane Sezer1-5/+0
2015-06-25Submitting patch from Abhishek for:Greg Clayton1-0/+3
2015-06-24Remove old local-only linux debugging codePavel Labath1-14/+0
2015-06-19[LLDB][MIPS] ABI Plugin for MIPS64Bhushan D. Attarde1-0/+3
2015-06-18[LLDB][MIPS] ABI Plugin for MIPS32Bhushan D. Attarde1-0/+3
2015-05-07[LLDB][MIPS] Software single steppingMohit K. Bhakkad1-3/+0
2015-04-29This patch adds support aarch64-linux-gnu (SysV) abi in lldb.Omair Javaid1-0/+3
2015-04-29This patch adds required piece of code for SysV Abi for arm. Omair Javaid1-0/+3
2015-04-15Add single stepping logic for linux armTamas Berghammer1-3/+0
2015-04-09Initial language runtime support for RenderScript. Colin Riley1-0/+3
2015-03-31Fix build error due to new plugin namespaces.Zachary Turner1-2/+2
2015-03-31Rework LLDB system initialization.Zachary Turner1-0/+394