class SourceFileProviderImpl

Defined at line 20 of file ../../src/developer/debug/zxdb/client/source_file_provider_impl.h

Implementation of SourceFileProvider that searches the local disk. It uses the build directory

preferences from the SettingStore to search in.

Public Methods

void SourceFileProviderImpl (const std::vector<std::string> & source_map)

Defined at line 18 of file ../../src/developer/debug/zxdb/client/source_file_provider_impl.cc

void SourceFileProviderImpl (const SettingStore & settings)

Defined at line 27 of file ../../src/developer/debug/zxdb/client/source_file_provider_impl.cc

ErrOr<FileData> GetFileData (const std::string & file_name, const std::string & file_build_dir)

Defined at line 30 of file ../../src/developer/debug/zxdb/client/source_file_provider_impl.cc