[Lldb-commits] [PATCH] D71440: Extending step-over range past calls was causing deadlocks, fix that.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 17 02:41:47 PST 2019
labath added a comment.
Thanks for the explanation (and for updating the test). This actually explains why it sometimes seemed that I lose control over other threads while stepping one of them. I'll be sure to use the --run-mode argument next time. This seems fine given how the current stepping logic works, though I personally would expect that the other also threads stay stopped when i do something called "thread step-over", but I get the feeling I expect a different kind of threading behavior from my debugger than most people...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71440/new/
https://reviews.llvm.org/D71440
More information about the lldb-commits
mailing list