Fix a thinko in the iteration over StructuredDataPlugin Create functions.
authorJim Ingham <jingham@apple.com>
Fri, 27 Apr 2018 01:57:40 +0000 (01:57 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 27 Apr 2018 01:57:40 +0000 (01:57 +0000)
commit93979f67f8cc49f596ae34c45699371bd3cda785
tree2a298483c366405f82f0556d779830e381b4e8b9
parent1ae1febfde7e6860bb199132859f46909b87593c
Fix a thinko in the iteration over StructuredDataPlugin Create functions.

The code was grabbing the first plugin, and then never getting
another one.

<rdar://problem/39779438>

llvm-svn: 331012
lldb/source/Target/Process.cpp