[lldb/Symbol] Reimplement Symbols::FindSymbolFileInBundle to use the VFS
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 3 Apr 2020 15:33:55 +0000 (08:33 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 3 Apr 2020 16:29:22 +0000 (09:29 -0700)
commit63bfb3a81ba2aef8d0444b58aafc868af38a623c
tree9ae4f8f8f17f3e65910a33045aeed2c59c5a500d
parent43d2fc7ed74ec13f3c60ff606522402c9dd9e153
[lldb/Symbol] Reimplement Symbols::FindSymbolFileInBundle to use the VFS

This reimplements Symbols::FindSymbolFileInBundle to use the VFS-aware
recursive directory iterator. This is needed for reproducer replay.

Differential revision: https://reviews.llvm.org/D77337
lldb/source/Symbol/LocateSymbolFileMacOSX.cpp