[Lldb-commits] [PATCH] D139853: [lldb/Process] Populate queues in Scripted Process
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 13 07:54:39 PST 2022
labath added a comment.
That definitely looks much better. As I understand it, the scripted thread interface is more high-level that our internal thread interface, and that means it is computing its queue by itself, instead of delegating the work to a separate plugin. That makes sense to me.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139853/new/
https://reviews.llvm.org/D139853
More information about the lldb-commits
mailing list