[Lldb-commits] [PATCH] D33283: RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 23 13:40:03 PDT 2017


jingham added a comment.

That looks right to me, and is much nicer to read.

I think "plan failure" once you've actually kicked off the execution of a function calling thread plan is theoretical, there are plenty of ways the plan can fail, though at present all the ways I can think of would happen either before or after you got here.  But just because we haven't found a way to make that stage fail yet...


https://reviews.llvm.org/D33283





More information about the lldb-commits mailing list