[Lldb-commits] [PATCH] D22231: Implement trampoline step-through for Windows-x86.

Stephane Sezer via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 11 11:54:21 PDT 2016


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





More information about the lldb-commits mailing list