Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
1586d9720002e407a3a097baf302de5fa4ca9c1b
/
source
/
Target
/
ThreadPlanStepOut.cpp
1586d97
Add the ability to capture the return value in a thread's stop info, and print it
by Jim Ingham
· 13 years ago
43d3906
Make "next" and "step-out" work when in stepping over or out of inlined functions.
by Jim Ingham
· 13 years ago
a14755a
Patches from Jean-Daniel:
by Johnny Chen
· 14 years ago
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
36a0810
Fix constructor initialization order. Patch by Bill Lynch.
by Benjamin Kramer
· 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