This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGde448c0a9e50: [lldb] Make TargetList iterable (NFC)
(authored by JDevlieghere).
Herald added a project: LLDB.
Repository:
rG LLVM Github Monorepo
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
JDevlieghere updated this revision to Diff 358720.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105914/new/
https://reviews.llvm.org/D105914
Files:
lldb/include/lldb/Target/TargetList.h
lldb/source/Core/Debugger.cpp
Index: lldb/source/Core/Debugger.cpp
JDevlieghere created this revision.
JDevlieghere added a reviewer: jingham.
JDevlieghere requested review of this revision.
Make it possible to iterate over the TargetList.
https://reviews.llvm.org/D105914
Files:
lldb/include/lldb/Target/TargetList.h
Index: lldb/include/lldb/Target/TargetLi