summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath2017-02-271-22/+22
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix incorrectly named variables.Jim Ingham2016-12-151-1/+1
* Adopt PrettyStackTrace in LLDBSean Callanan2016-12-141-4/+2
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Add the ability to append breakpoints to the save file.Jim Ingham2016-09-221-3/+4
* Add the ability to deserialize only breakpoints matching a given name.Jim Ingham2016-09-221-1/+15
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-8/+9
* Adds tests for breakpoint names, and a FindBreakpointsByName.Jim Ingham2016-09-211-0/+17
OpenPOWER on IntegriCloud