[Lldb-commits] [PATCH] D126983: [lldb] [llgs] Support "t" vCont action
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 1 07:46:35 PDT 2022
mgorny added a comment.
In D126983#3624915 <https://reviews.llvm.org/D126983#3624915>, @labath wrote:
> Don't we have the ability to wait for a specific output from the process?
Hmm, actually thinking about it, I suppose we could wait for m*n messages from m threads (say, n=5) and then we should have a pretty good chance that if an extra thread is running, it would fit somewhere between them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126983/new/
https://reviews.llvm.org/D126983
More information about the lldb-commits
mailing list