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
/
Target
/
ThreadPlanStepInRange.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Found a couple more places where we need to run all threads when stepping.
Jim Ingham
2012-10-25
1
-6
/
+9
*
Ensure that the ShouldStopHere plans get called even when doing "virtual" steps.
Jim Ingham
2012-09-07
1
-95
/
+112
*
Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...
Jim Ingham
2012-09-01
1
-5
/
+29
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-3
/
+1
*
Make the setting for "target.process.thread.step-avoid-regexp" work for inlin...
Greg Clayton
2012-07-13
1
-5
/
+4
*
If the ObjC Step Through Trampoline plan causes a target crash, properly prop...
Jim Ingham
2012-05-10
1
-2
/
+2
*
Fix reporting of stop reasons when the StepOver & StepIn plans stop because o...
Jim Ingham
2012-05-01
1
-0
/
+38
*
First stage of implementing step by "run to next branch". Doesn't work yet, ...
Jim Ingham
2012-03-09
1
-36
/
+12
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-1
/
+1
*
Convert the thread plans over from using the stack count to do their logic to...
Jim Ingham
2012-03-01
1
-4
/
+6
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-1
/
+1
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-2
/
+2
*
Make the ThreadPlanStepThrough set a backstop breakpoint on the return addres...
Jim Ingham
2011-12-03
1
-0
/
+34
*
Make the step range plans capable of supporting multiple ranges. Also make t...
Jim Ingham
2011-10-15
1
-1
/
+1
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-1
/
+3
*
Added support for stepping out of a frame. If you have 10 stack frames, and you
Greg Clayton
2011-01-21
1
-2
/
+6
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-2
/
+2
*
Handle stepping through ObjC vtable trampoline code.
Jim Ingham
2010-11-05
1
-18
/
+33
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-0
/
+1
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-1
/
+1
*
Step past prologues when we step into functions.
Jim Ingham
2010-09-16
1
-3
/
+42
*
Adding a bit more logging.
Jim Ingham
2010-09-15
1
-0
/
+6
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-1
/
+1
*
Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses.
Jim Ingham
2010-09-14
1
-0
/
+9
*
Add a user settings controller to Thread. Then added a step-avoid-regexp set...
Jim Ingham
2010-09-08
1
-2
/
+8
*
Stepping through a trampoline should do "stop others" unless All Threads is r...
Jim Ingham
2010-07-14
1
-1
/
+4
*
Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange.
Jim Ingham
2010-07-10
1
-4
/
+50
*
Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...
Jim Ingham
2010-06-19
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+154