summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet2019-12-041-5/+8
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-11/+8
* [lldb] Remove dead code from STLUtils.hJonas Devlieghere2019-11-061-2/+1
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-26/+19
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-9/+6
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-041-4/+4
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [API] Remove use of ClangASTContext from SBTargetAlex Langford2019-07-311-13/+12
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-4/+4
* [Symbol] Add DeclVendor::FindTypesAlex Langford2019-07-021-19/+7
* [Target] Hoist LanguageRuntime::GetDeclVendorAlex Langford2019-06-241-35/+20
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-27/+27
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-2/+3
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+247
* [API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano2019-03-181-5/+0
* Fix some "variable 'foo' set but not used" warningsPavel Labath2019-03-181-3/+1
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere2019-03-081-0/+21
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-312/+1
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-142/+535
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-0/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-2/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-13/+11
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-18/+21
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-2/+3
* [SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().Davide Italiano2018-09-281-0/+15
* Add a "scripted" breakpoint type to lldb.Jim Ingham2018-09-131-1/+37
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-2/+9
* Add new API to SBTarget classAlexander Polyakov2018-08-071-0/+20
* Add new API to SBTarget and SBModule classes.Alexander Polyakov2018-07-031-0/+12
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-3/+5
* Add a new SBTarget::LoadCore() overload which surfaces errors if the load failsLeonard Mosescu2018-06-111-2/+12
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-6/+4
* Normalize some lldb #include statements.James Y Knight2018-05-221-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-9/+9
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* [Commands] Expose statistics through the SBAPI.Davide Italiano2018-04-161-0/+21
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-3/+4
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-2/+2
* Wire up the breakpoint name help string.Jim Ingham2017-09-151-3/+0
* Make breakpoint names real entities.Jim Ingham2017-09-141-3/+30
* Fix GreenDragon botsChris Bieneman2017-07-191-10/+0
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-291-1/+1
OpenPOWER on IntegriCloud