summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBTarget.cpp
AgeCommit message (Expand)Author
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-08Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-18[API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano
2019-03-18Fix some "variable 'foo' set but not used" warningsPavel Labath
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-08[Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-03-04Move ProcessInfo from Host to Utility.Zachary Turner
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-10-25Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-09-28[SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().Davide Italiano
2018-09-13Add a "scripted" breakpoint type to lldb.Jim Ingham
2018-08-30Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl
2018-08-07Add new API to SBTarget classAlexander Polyakov
2018-07-03Add new API to SBTarget and SBModule classes.Alexander Polyakov
2018-06-21Remove UUID::SetFromCStringPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-06-11Add a new SBTarget::LoadCore() overload which surfaces errors if the load failsLeonard Mosescu
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-05-22Normalize some lldb #include statements.James Y Knight
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2018-04-16[Commands] Expose statistics through the SBAPI.Davide Italiano
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-10-31Invert ArchSpec<->Platform dependencyPavel Labath
2017-09-15Wire up the breakpoint name help string.Jim Ingham
2017-09-14Make breakpoint names real entities.Jim Ingham
2017-07-19Fix GreenDragon botsChris Bieneman
2017-06-29Change the ABI class to have a weak pointer to its Process;Jason Molenda
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-27Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint objectPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-15Fix incorrectly named variables.Jim Ingham
2016-12-14Adopt PrettyStackTrace in LLDBSean Callanan
2016-11-17Convert Platform, Process, and Connection functions to StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-22Add the ability to append breakpoints to the save file.Jim Ingham
2016-09-22Add the ability to deserialize only breakpoints matching a given name.Jim Ingham
2016-09-21Make lldb::Regex use StringRef.Zachary Turner