[Lldb-commits] [PATCH] D105914: [lldb] Make TargetList iterable
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 14 13:33:32 PDT 2021
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
LGTM, these Iterables make the code so much easier to read. Plus, though it's highly unlikely to happen, we shouldn't let another thread muck with the target list while we're Destroying its elements, so holding the lock is better practice.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105914/new/
https://reviews.llvm.org/D105914
More information about the lldb-commits
mailing list