[Lldb-commits] [PATCH] D96689: [lldb] Remove ThreadPlan::ShouldAutoContinue (NFC)

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 15 11:35:01 PST 2021


kastiglione abandoned this revision.
kastiglione added a comment.

Even though the tests pass, I see that my logic was flawed. In theory, if autocontinue is true, and `MischiefManaged` returns true, then previous (parent) plans will be asked whether to `ShouldStop`. So the semantics of `ShouldAutoContinue` is whether a later plan wants to override should stop of an earlier plan.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96689/new/

https://reviews.llvm.org/D96689



More information about the lldb-commits mailing list