summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
...
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-032-4/+72
* factor out an abstract base class for FileLawrence D'Anna2019-10-032-6/+6
* SBDebugger::SetInputFile, SetOutputFile, etc.Lawrence D'Anna2019-10-032-14/+105
* new api class: SBFileLawrence D'Anna2019-10-033-0/+115
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-012-19/+15
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-9/+6
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-33/+28
* SystemInitializer: Define macros for experimental targets tooPavel Labath2019-09-261-0/+2
* [lldb] Code cleanup: Simplify SBCommandReturnObjectJan Kratochvil2019-09-261-82/+51
* SystemInitializer: Use Targets.def to selectively initialize ABI pluginsPavel Labath2019-09-262-61/+34
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-252-14/+48
* [lldb][NFC] Make ArgEntry::quote private and provide a getterRaphael Isemann2019-09-131-1/+1
* [Reproducer] Move the command loader into the reproducer (NFC)Jonas Devlieghere2019-09-111-48/+6
* [NFC] Reformat SBDebugger before making changesJonas Devlieghere2019-09-111-31/+14
* [lldb][NFC] Remove dead code in SBAddress::GetDescriptionRaphael Isemann2019-09-111-6/+0
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-042-12/+12
* [dotest] Add @skipIfCursesSupportMissing and annotate the new gui testPavel Labath2019-09-021-0/+7
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-15/+41
* [lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann2019-08-151-2/+5
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1410-19/+19
* [API] Have SBCommandReturnObject::GetOutput/Error return "" instead of nullptrPavel Labath2019-08-141-7/+4
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-062-17/+14
* Remove SymbolVendor::GetSymtabPavel Labath2019-08-051-10/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [API] Remove use of ClangASTContext from SBTargetAlex Langford2019-07-311-13/+12
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-311-2/+1
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-9/+19
* SymbolVendor: Remove the type list memberPavel Labath2019-07-251-0/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-243-61/+55
* [CMake] `install-distribution` for LLDB on DarwinStefan Granitz2019-07-101-3/+5
* Change LaunchThread interface to return an expected.Jonas Devlieghere2019-07-051-4/+11
* [Symbol] Add DeclVendor::FindTypesAlex Langford2019-07-021-19/+7
* [Target] Hoist LanguageRuntime::GetDeclVendorAlex Langford2019-06-241-35/+20
* [ABI] Implement Windows ABI for x86_64Alex Langford2019-06-241-0/+3
* [Reproducers] Make reproducer relocatableJonas Devlieghere2019-06-181-0/+6
* [NFC] Replace a plugin header with a non-plugin headerAlex Langford2019-06-131-1/+1
* [Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere2019-06-123-10/+8
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-2/+2
* Make CompileUnit::GetSupportFiles return a const listPavel Labath2019-05-301-8/+6
* [CMake] Folder structure for generated Xcode project to cover more targetsStefan Granitz2019-05-281-0/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-2343-225/+227
* [CommandInterpreter] Refactor SourceInitFileJonas Devlieghere2019-05-171-2/+2
* Fix file names in file headers. NFCFangrui Song2019-05-131-1/+1
* Initialization: move InstructionEmulation to full initializationSaleem Abdulrasool2019-05-061-0/+13
* ExpressionParser: only force link MCJIT when neededSaleem Abdulrasool2019-05-031-0/+5
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-1/+1
* 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
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-264-8/+2
OpenPOWER on IntegriCloud