Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
lldb
/
a4582404fa50f89485e69a17281673147217d64f
/
source
/
Target
/
ThreadPlanStepUntil.cpp
1ebdcc7
Added support for stepping out of a frame. If you have 10 stack frames, and you
by Greg Clayton
· 14 years ago
745ac7a
Add ThreadPlanTracer class to allow instruction step tracing of execution.
by Jim Ingham
· 14 years ago
e005f2c
Modified all logging calls to hand out shared pointers to make sure we
by Greg Clayton
· 14 years ago
6297a3a
Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do.
by Jim Ingham
· 14 years ago
b04e7a8
Got a lot of the kinks worked out in the inline support after debugging more
by Greg Clayton
· 14 years ago
643ee73
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
by Greg Clayton
· 14 years ago
54e7afa
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 14 years ago
5a47e8b
Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan
by Jim Ingham
· 14 years ago
24943d2
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 14 years ago