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
/
ThreadPlanStepOut.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-11
/
+40
*
This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...
Jim Ingham
2014-03-13
1
-66
/
+113
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-3
/
+3
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-3
/
+3
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+1
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-8
/
+3
*
If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...
Jim Ingham
2013-06-04
1
-1
/
+1
*
Figure out the reply to "PlanExplainsStop" once when we stop and then use the...
Jim Ingham
2013-05-08
1
-3
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-2
/
+2
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-1
/
+1
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-0
/
+1
*
Adding eStopReasonThreadExiting and fixing the handling of this state on Linux.
Andrew Kaylor
2012-12-20
1
-0
/
+1
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+3
*
Fixed a problem where stepping out would turn into
Sean Callanan
2012-07-31
1
-1
/
+6
*
Relax the test for "is the frame I am going to step back out to the one I sta...
Jim Ingham
2012-07-26
1
-0
/
+1
*
Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...
Jim Ingham
2012-05-03
1
-1
/
+14
*
Hardened the step-out plan in case it receives
Sean Callanan
2012-03-13
1
-0
/
+3
*
Convert the thread plans over from using the stack count to do their logic to...
Jim Ingham
2012-03-01
1
-11
/
+44
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-8
/
+8
*
Add the ability to capture the return value in a thread's stop info, and prin...
Jim Ingham
2011-12-17
1
-1
/
+46
*
Make "next" and "step-out" work when in stepping over or out of inlined funct...
Jim Ingham
2011-10-15
1
-31
/
+199
*
Patches from Jean-Daniel:
Johnny Chen
2011-02-04
1
-1
/
+1
*
Added support for stepping out of a frame. If you have 10 stack frames, and you
Greg Clayton
2011-01-21
1
-13
/
+11
*
Add ThreadPlanTracer class to allow instruction step tracing of execution.
Jim Ingham
2010-11-11
1
-1
/
+1
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-1
/
+1
*
Don't cache the public stop reason, since it can change as plan completion ge...
Jim Ingham
2010-10-20
1
-4
/
+4
*
Got a lot of the kinks worked out in the inline support after debugging more
Greg Clayton
2010-08-24
1
-1
/
+2
*
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
Greg Clayton
2010-08-04
1
-33
/
+27
*
Fix constructor initialization order. Patch by Bill Lynch.
Benjamin Kramer
2010-07-16
1
-1
/
+1
*
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
/
+228