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
/
ThreadPlanStepInstruction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
"nexti" should not step over inlined functions.
Jim Ingham
2014-11-20
1
-1
/
+28
*
Add the ability to provide a "count" option to the various "thread step-*" op...
Jim Ingham
2014-07-08
1
-11
/
+69
*
This commit reworks how the thread plan's ShouldStopHere mechanism works, so ...
Jim Ingham
2014-03-13
1
-7
/
+7
*
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
*
Refine the fix in r187094 to only distrust the StackID comparision when we ar...
Jim Ingham
2013-07-26
1
-3
/
+10
*
Handle the case where we are stepping through code with no symbols, so we can...
Jim Ingham
2013-07-25
1
-21
/
+37
*
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
-1
/
+1
*
<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
*
Found a couple more places where we need to run all threads when stepping.
Jim Ingham
2012-10-25
1
-1
/
+5
*
Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiate...
Jim Ingham
2012-05-03
1
-1
/
+7
*
Purge a couple more uses of stack count for stepping.
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
-2
/
+2
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-2
/
+2
*
Added support for stepping out of a frame. If you have 10 stack frames, and you
Greg Clayton
2011-01-21
1
-1
/
+1
*
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
-2
/
+2
*
Don't cache the public stop reason, since it can change as plan completion ge...
Jim Ingham
2010-10-20
1
-3
/
+3
*
Got a lot of the kinks worked out in the inline support after debugging more
Greg Clayton
2010-08-24
1
-2
/
+2
*
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
Greg Clayton
2010-08-04
1
-6
/
+7
*
Fix constructor initialization order. Patch by Bill Lynch.
Benjamin Kramer
2010-07-16
1
-2
/
+3
*
Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...
Jim Ingham
2010-06-19
1
-3
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+191