[Lldb-commits] [PATCH] D22231: Implement trampoline step-through for Windows-x86.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 11 11:22:38 PDT 2016
jingham added a subscriber: jingham.
jingham requested changes to this revision.
jingham added a reviewer: jingham.
jingham added a comment.
This revision now requires changes to proceed.
Can't you just call "thread->QueueThreadPlanForStepSingleInstruction"? For the most part, it doesn't make sense to make a thread plan and not queue it right away. So the "Thread::QueueThreadPlanFor..." API's are the public ones.
http://reviews.llvm.org/D22231
More information about the lldb-commits
mailing list