Go to the documentation of this file.
9 #ifndef LLDB_CORE_FILELINERESOLVER_H
10 #define LLDB_CORE_FILELINERESOLVER_H
68 #endif // LLDB_CORE_FILELINERESOLVER_H
Searcher::CallbackReturn SearchCallback(SearchFilter &filter, SymbolContext &context, Address *addr) override
void Reset(const FileSpec &file_spec, uint32_t line, bool check_inlines)
SymbolContextList m_sc_list
lldb::SearchDepth GetDepth() override
General Outline: Provides the callback and search depth for the SearchFilter search.
const FileLineResolver & operator=(const FileLineResolver &)=delete
const SymbolContextList & GetFileLineMatches()
~FileLineResolver() override
void GetDescription(Stream *s) override
Prints a canonical description for the searcher to the stream s.
A class that represents a running process on the host machine.
General Outline: Provides the callback and search depth for the SearchFilter search.