index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
API
/
SBTarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-5
/
+5
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Switch SBBreakpoint to storing a weak_ptr of the internal breakpoint object
Pavel Labath
2017-02-27
1
-22
/
+22
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix incorrectly named variables.
Jim Ingham
2016-12-15
1
-1
/
+1
*
Adopt PrettyStackTrace in LLDB
Sean Callanan
2016-12-14
1
-4
/
+2
*
Convert Platform, Process, and Connection functions to StringRef.
Zachary Turner
2016-11-17
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Add the ability to append breakpoints to the save file.
Jim Ingham
2016-09-22
1
-3
/
+4
*
Add the ability to deserialize only breakpoints matching a given name.
Jim Ingham
2016-09-22
1
-1
/
+15
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
1
-8
/
+9
*
Adds tests for breakpoint names, and a FindBreakpointsByName.
Jim Ingham
2016-09-21
1
-0
/
+17
*
Add some more tests for breakpoint serialization.
Jim Ingham
2016-09-20
1
-3
/
+15
*
Add SB API's for writing breakpoints to & creating the from a file.
Jim Ingham
2016-09-14
1
-0
/
+52
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2204
/
+1784
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-40
/
+40
*
Make sure we notify that the section module was loaded when SBTarget::SetSect...
Greg Clayton
2016-05-16
1
-5
/
+30
*
Add the ability to limit "source regexp" breakpoints to a particular function
Jim Ingham
2016-04-28
1
-29
/
+30
*
Source: fix another -Wunused-variable warning
Saleem Abdulrasool
2016-04-22
1
-0
/
+2
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-4
/
+35
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-1
/
+1
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-1
/
+3
*
Log error message in SBTarget::Launch
Pavel Labath
2016-02-02
1
-3
/
+2
*
Add the ability (through the SB API & command line) to specify an address
Jim Ingham
2015-11-17
1
-0
/
+35
*
Make the language specifier to "break set" actually filter the names by their...
Jim Ingham
2015-11-06
1
-41
/
+48
*
Move things from the LanguageRuntime that obviously belong in the new Languag...
Jim Ingham
2015-09-02
1
-1
/
+2
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-5
/
+5
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-2
/
+4
*
Add a version of SBTarget::EvaluateExpression that doesn't require
Jim Ingham
2015-07-07
1
-0
/
+13
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-1
/
+5
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
Ilia K
2015-05-18
1
-4
/
+7
*
Reverting r237460 to fix test failures introduced on OSX & Linux
Vince Harron
2015-05-15
1
-7
/
+4
*
Add --move-to-nearest-code / target.move-to-nearest-code options
Ilia K
2015-05-15
1
-4
/
+7
*
Add =shlibs-added/=shlibs-removed notifications (MI)
Ilia K
2015-03-10
1
-1
/
+28
*
Add a required #include
Enrico Granata
2015-03-04
1
-0
/
+1
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+3
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-1
/
+1
*
Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp...
Oleksiy Vyalov
2015-02-16
1
-225
/
+0
*
Add -exec-arguments command
Ilia K
2015-02-13
1
-0
/
+18
*
Add an -A option to "break set -p" to search all files for matches. Also add...
Jim Ingham
2015-02-12
1
-3
/
+3
*
Extract attach core logic from SBTarget::Attach* methods into unified SBTarge...
Oleksiy Vyalov
2015-02-10
1
-190
/
+79
*
Extend SBPlatform with capability to launch/terminate a process remotely. Int...
Oleksiy Vyalov
2015-02-04
1
-253
/
+0
*
Make SBTarget::Launch() respect the stop_at_entry argument.
Zachary Turner
2015-02-02
1
-0
/
+3
*
Provide CreateValueFromData,Expression at the SBTarget level as well as the S...
Enrico Granata
2014-12-17
1
-24
/
+56
*
This is the meat of the code to add Clang modules
Sean Callanan
2014-12-05
1
-11
/
+19
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-4
/
+27
*
Fixed SBTarget::ReadMemory() to work correctly and the TestTargetAPI.py test ...
Greg Clayton
2014-11-04
1
-7
/
+5
*
Added functions to the C++ API, for the benefit of non-8-bit byte architectures.
Matthew Gardiner
2014-10-22
1
-0
/
+74
[prev]
[next]