Go to the documentation of this file.
9 #ifndef LLDB_CORE_ADDRESSRESOLVERFILELINE_H
10 #define LLDB_CORE_ADDRESSRESOLVERFILELINE_H
54 #endif // LLDB_CORE_ADDRESSRESOLVERFILELINE_H
const AddressResolverFileLine & operator=(const AddressResolverFileLine &)=delete
Searcher::CallbackReturn SearchCallback(SearchFilter &filter, SymbolContext &context, Address *addr) override
General Outline: Provides the callback and search depth for the SearchFilter search.
SourceLocationSpec m_src_location_spec
void GetDescription(Stream *s) override
Prints a canonical description for the searcher to the stream s.
AddressResolverFileLine(SourceLocationSpec location_spec)
lldb::SearchDepth GetDepth() override
General Outline: The AddressResolver is a Searcher.
~AddressResolverFileLine() override
A class that represents a running process on the host machine.