class SourceFileProvider
Defined at line 18 of file ../../src/developer/debug/zxdb/symbols/source_file_provider.h
Interface to provide source code. The default implementation fails for all requests. See
SourceFileProviderImpl.
Public Methods
void ~SourceFileProvider ()
Defined at line 35 of file ../../src/developer/debug/zxdb/symbols/source_file_provider.h
ErrOr<FileData> GetFileData (const std::string & file_name, const std::string & file_build_dir)
Attempts to read the contents of the given file. It is provided the file's build dir as
reported by the symbols (for in-tree-built files, this is not useful).
Defined at line 39 of file ../../src/developer/debug/zxdb/symbols/source_file_provider.h