[Lldb-commits] [PATCH] D139853: [lldb/Process] Populate queues in Scripted Process
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 13 07:56:23 PST 2022
mib added a comment.
In D139853#3992058 <https://reviews.llvm.org/D139853#3992058>, @labath wrote:
> 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.
Correct, Scripted Thread will report "pre-computed" queues to lldb, so it won't need to rely on the system runtime to resolve them in lldb.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139853/new/
https://reviews.llvm.org/D139853
More information about the lldb-commits
mailing list