sas requested a review of this revision.
sas added a comment.

@jingham, it looks like the `GetStepThroughTrampolinePlan` functions do not 
queue the thread plan themselves. See 
`DynamicLoaderPOSIXDYLD::GetStepThroughTrampolinePlan` for instance that just 
does `new ThreadPlanRunToAddress(...)`.

If I understand correctly, the thread plan is pushed to the stack later on, by 
the caller. Let me know if I got something wrong there.


http://reviews.llvm.org/D22231



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to