[Lldb-commits] [PATCH] D110553: [lldb] Remove non-stop mode code
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 27 12:11:32 PDT 2021
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
I don't think this patch added all that much value, and pretty much only worked if the non-stop threads never stopped... I think we'd have to start deeper in lldb to if we really want to support having threads that might stop while we think the process is stopped, and carrying this forward isn't going to help that effort when we get around to it.
So I have no problem with removing this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110553/new/
https://reviews.llvm.org/D110553
More information about the lldb-commits
mailing list