[lldb] Migrate to GetPropertyAtIndexAs for FileSpecList (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 5 May 2023 05:22:50 +0000 (22:22 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 5 May 2023 05:24:23 +0000 (22:24 -0700)
commit300dce986f656a2d787b8e882381f39746d2fc0a
tree9fd287b048674229c1ffc05b43bc2f0627fefdf1
parentd421c5f81acb5933434bec129fdf16321b951fd8
[lldb] Migrate to GetPropertyAtIndexAs for FileSpecList (NFC)

Use the templated GetPropertyAtIndexAs helper for FileSpecList.
lldb/include/lldb/Interpreter/OptionValue.h
lldb/source/Core/ModuleList.cpp
lldb/source/Interpreter/OptionValue.cpp
lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
lldb/source/Target/Target.cpp
lldb/source/Target/Thread.cpp