jingham added a comment.

Note, just so it isn't confusing, there are some other bits of the ThreadPlan 
machinery where a ThreadPlan or the Thread itself can say "Even though the 
thread plan computation says I should stop, I'm going to force a run".  
However, those controls were all just about the one thread's vote.  They didn't 
force the overall  ThreadList::ShouldStop decision.  To get this to work, 
however, I needed threads to be able say "You have to keep resuming till I say 
I'm done".  So there needed to be a different mechanism, checked higher up in 
the should stop computation, for that behavior.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130674

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

Reply via email to