summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some more tests for breakpoint serialization.Jim Ingham2016-09-201-3/+15
* Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham2016-09-141-0/+52
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-2204/+1784
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-40/+40
* Make sure we notify that the section module was loaded when SBTarget::SetSect...Greg Clayton2016-05-161-5/+30
* Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham2016-04-281-29/+30
* Source: fix another -Wunused-variable warningSaleem Abdulrasool2016-04-221-0/+2
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-4/+35
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-1/+1
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-1/+3
* Log error message in SBTarget::LaunchPavel Labath2016-02-021-3/+2
OpenPOWER on IntegriCloud