summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add the ability (through the SB API & command line) to specify an addressJim Ingham2015-11-171-0/+35
* Make the language specifier to "break set" actually filter the names by their...Jim Ingham2015-11-061-41/+48
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-021-1/+2
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-5/+5
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-2/+4
* Add a version of SBTarget::EvaluateExpression that doesn't requireJim Ingham2015-07-071-0/+13
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-1/+5
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K2015-05-181-4/+7
* Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron2015-05-151-7/+4
* Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K2015-05-151-4/+7
* Add =shlibs-added/=shlibs-removed notifications (MI)Ilia K2015-03-101-1/+28
* Add a required #includeEnrico Granata2015-03-041-0/+1
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+3
* Reduce header footprint of Target.hZachary Turner2015-03-031-1/+1
* Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...Oleksiy Vyalov2015-02-161-225/+0
* Add -exec-arguments commandIlia K2015-02-131-0/+18
* Add an -A option to "break set -p" to search all files for matches. Also add...Jim Ingham2015-02-121-3/+3
* Extract attach core logic from SBTarget::Attach* methods into unified SBTarge...Oleksiy Vyalov2015-02-101-190/+79
* Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov2015-02-041-253/+0
* Make SBTarget::Launch() respect the stop_at_entry argument.Zachary Turner2015-02-021-0/+3
* Provide CreateValueFromData,Expression at the SBTarget level as well as the S...Enrico Granata2014-12-171-24/+56
* This is the meat of the code to add Clang modulesSean Callanan2014-12-051-11/+19
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-4/+27
* Fixed SBTarget::ReadMemory() to work correctly and the TestTargetAPI.py test ...Greg Clayton2014-11-041-7/+5
* Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner2014-10-221-0/+74
OpenPOWER on IntegriCloud