[lldb] Make TargetList iterable (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 13 Jul 2021 17:34:27 +0000 (10:34 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 14 Jul 2021 20:35:54 +0000 (13:35 -0700)
commitde448c0a9e5088979526e2e67152fe547ae4ccf0
treea56b8f84f50ecafe4e3f964959bb05f11a4f59b6
parent1e4a417ee639b867b783e52949d22c1965ab25d0
[lldb] Make TargetList iterable (NFC)

Make it possible to iterate over the TargetList.

Differential revision: https://reviews.llvm.org/D105914
lldb/include/lldb/Target/TargetList.h
lldb/source/Core/Debugger.cpp