summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBTarget.cpp
AgeCommit message (Expand)Author
2016-09-21Adds tests for breakpoint names, and a FindBreakpointsByName.Jim Ingham
2016-09-20Add some more tests for breakpoint serialization.Jim Ingham
2016-09-14Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-16Make sure we notify that the section module was loaded when SBTarget::SetSect...Greg Clayton
2016-04-28Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham
2016-04-22Source: fix another -Wunused-variable warningSaleem Abdulrasool
2016-03-09Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton
2016-02-02Log error message in SBTarget::LaunchPavel Labath
2015-11-17Add the ability (through the SB API & command line) to specify an addressJim Ingham
2015-11-06Make the language specifier to "break set" actually filter the names by their...Jim Ingham
2015-09-02Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-07-21Add support for specifying a language to use when parsing breakpoints.Dawn Perchik
2015-07-07Add a version of SBTarget::EvaluateExpression that doesn't requireJim Ingham
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-18Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K
2015-05-15Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron
2015-05-15Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K
2015-03-10Add =shlibs-added/=shlibs-removed notifications (MI)Ilia K
2015-03-04Add a required #includeEnrico Granata
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner
2015-03-03Reduce header footprint of Target.hZachary Turner
2015-02-16Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...Oleksiy Vyalov
2015-02-13Add -exec-arguments commandIlia K
2015-02-12Add an -A option to "break set -p" to search all files for matches. Also add...Jim Ingham
2015-02-10Extract attach core logic from SBTarget::Attach* methods into unified SBTarge...Oleksiy Vyalov
2015-02-04Extend SBPlatform with capability to launch/terminate a process remotely. Int...Oleksiy Vyalov
2015-02-02Make SBTarget::Launch() respect the stop_at_entry argument.Zachary Turner
2014-12-17Provide CreateValueFromData,Expression at the SBTarget level as well as the S...Enrico Granata
2014-12-05This is the meat of the code to add Clang modulesSean Callanan
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton
2014-11-04Fixed SBTarget::ReadMemory() to work correctly and the TestTargetAPI.py test ...Greg Clayton
2014-10-22Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner
2014-10-21Make the "synchronous" mode actually work without race conditions.Greg Clayton
2014-10-20Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner
2014-09-19Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...Carlo Kok
2014-07-16Fix some warnings in the Windows build.Zachary Turner
2014-06-25Added an option to turn OFF the "detach on error" behavior that was addedJim Ingham
2014-06-13Remove unused variablesSaleem Abdulrasool
2014-05-07Allow clients to control the exact path that is used to launch processes by a...Greg Clayton
2014-05-05Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham
2014-05-05Make the Expression Execution result enum available to the SB API layer.Jim Ingham
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-03-29lldb arm64 import.Jason Molenda
2014-02-07Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton