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
*
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
*
Make the "synchronous" mode actually work without race conditions.
Greg Clayton
2014-10-21
1
-4
/
+4
*
Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.
Zachary Turner
2014-10-20
1
-2
/
+5
*
Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...
Carlo Kok
2014-09-19
1
-0
/
+84
*
Fix some warnings in the Windows build.
Zachary Turner
2014-07-16
1
-1
/
+1
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-0
/
+12
*
Remove unused variables
Saleem Abdulrasool
2014-06-13
1
-11
/
+0
*
Allow clients to control the exact path that is used to launch processes by a...
Greg Clayton
2014-05-07
1
-15
/
+30
*
Rename eExecution*** to eExpression*** to be consistent with the result type.
Jim Ingham
2014-05-05
1
-1
/
+1
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-1
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-197
/
+175
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+11
*
Modified ObjectFile::SetLoadAddress() to now be:
Greg Clayton
2014-02-07
1
-1
/
+1
*
Centralized the launching of a process into Target::Launch()
Greg Clayton
2013-12-13
1
-103
/
+34
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-6
/
+40
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-0
/
+13
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
<rdar://problem/15144376>
Enrico Granata
2013-10-29
1
-1
/
+1
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-34
/
+53
*
<rdar://problem/14028923>
Enrico Granata
2013-10-08
1
-0
/
+45
*
When target module add/SBTarget::AddModule()'ing, if an architecture isn't sp...
Jason Molenda
2013-09-11
1
-0
/
+2
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-3
/
+3
*
Added a way to extract the module specifications from a file. A module specif...
Greg Clayton
2013-07-08
1
-0
/
+11
*
We were getting an assert because somebody was making a watchpoint that was
Jim Ingham
2013-06-18
1
-0
/
+6
*
Avoid hang in attach-by-name test case
Daniel Malea
2013-04-01
1
-4
/
+7
*
<rdar://problem/11730263>
Greg Clayton
2013-03-28
1
-3
/
+15
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-29
/
+29
*
Modified patch from Prabhat Verma to enable loading core files through the SB...
Greg Clayton
2013-03-25
1
-0
/
+20
*
<rdar://problem/13404009>
Han Ming Ong
2013-03-25
1
-2
/
+2
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-1
/
+21
*
<rdar://problem/13107151>
Enrico Granata
2013-02-07
1
-2
/
+1
*
Allow the target to give out the size of the red zone for given ABIs.
Greg Clayton
2013-02-01
1
-0
/
+19
*
<rdar://problem/12524607>
Greg Clayton
2013-01-29
1
-3
/
+27
[next]