summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
Commit message (Expand)AuthorAgeFilesLines
* Add new API to SBTarget classAlexander Polyakov2018-08-071-0/+20
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-075-5/+5
* Introduce install-lldb-framework targetAlex Langford2018-08-011-0/+11
* Revert "Stop building liblldb with CMake's framework functionality"Alex Langford2018-07-271-14/+9
* Stop building liblldb with CMake's framework functionalityAlex Langford2018-07-271-9/+14
* Invert dependency between lldb-framework and lldb-suiteAlex Langford2018-07-171-2/+4
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-111-0/+17
* Add new API to SBTarget and SBModule classes.Alexander Polyakov2018-07-032-0/+23
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-281-0/+51
* Skip core file tests on build configurations lacking necessary componentsPavel Labath2018-06-281-0/+12
* Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha2018-06-272-13/+0
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-1/+2
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-263-3/+3
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+1
* Modernize UUID classPavel Labath2018-06-212-3/+3
* ScriptInterpreterPython cleanupPavel Labath2018-06-211-5/+0
* Improve SBThread's stepping API using SBError parameter.Alexander Polyakov2018-06-201-95/+148
* Fix windows build broken by r335104Pavel Labath2018-06-201-0/+8
* Remove dependency from Host to pythonPavel Labath2018-06-201-1/+2
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-13/+32
* Introduce lldb-framework CMake target and centralize its logicAlex Langford2018-06-181-54/+0
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-182-25/+35
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-132-6/+11
* Disable warnings for the generated LLDB wrapper sourceRaphael Isemann2018-06-121-6/+5
* Add a new SBTarget::LoadCore() overload which surfaces errors if the load failsLeonard Mosescu2018-06-111-2/+12
* Remove dependency from Host to clang.Zachary Turner2018-06-041-1/+8
* Add dependency on clang-headers when building LLDB.framework using CMakeAlex Langford2018-06-011-0/+3
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-312-7/+5
* Remove lldb-private headers when building LLDB.framework with CMakeAlex Langford2018-05-291-2/+1
* Move SystemInitializerFull header to source/APIAlex Langford2018-05-253-2/+42
* Move ObjectFile initialization out of SystemInitializerCommonPavel Labath2018-05-241-0/+12
* Normalize some lldb #include statements.James Y Knight2018-05-221-1/+1
* Enable ProcessMachCore plugin on non-apple platformsPavel Labath2018-05-221-3/+3
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-11/+14
* Reflow paragraphs in comments.Adrian Prantl2018-04-3020-132/+106
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-174-4/+4
* [Commands] Expose statistics through the SBAPI.Davide Italiano2018-04-161-0/+21
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-2/+3
* Add a missing return in SBPlatform::IsConnected and testJim Ingham2018-03-131-1/+1
* 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
* Add SBDebugger::GetBuildConfiguration and use it to skip an XML testPavel Labath2018-02-191-0/+21
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-104-19/+42
* [SBBreakpointOptionCommon] Give this class an explicit destructor.Davide Italiano2017-12-072-0/+3
* [SBBreakpoint] Outline some functions to prevent to be exported.Davide Italiano2017-12-071-51/+44
* Fix assertion in ClangASTContextPavel Labath2017-11-301-1/+1
* Move ArchSpec to the Utility modulePavel Labath2017-11-133-4/+3
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-131-9/+19
OpenPOWER on IntegriCloud