mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The FileCollectorBase is the common interface shared by different implementations. In lldb, we implement our own lazy variant that allows us to do the heavy lifting out-of-process instead of inside the signal handler.