LLDB mainline
Public Member Functions | Static Public Member Functions | List of all members
lldb_private::SymbolLocatorDefault Class Reference

#include <SymbolLocatorDefault.h>

Inheritance diagram for lldb_private::SymbolLocatorDefault:
Inheritance graph
[legend]

Public Member Functions

 SymbolLocatorDefault ()
 
llvm::StringRef GetPluginName () override
 PluginInterface protocol.
 
- Public Member Functions inherited from lldb_private::SymbolLocator
 SymbolLocator ()=default
 
- Public Member Functions inherited from lldb_private::PluginInterface
 PluginInterface ()=default
 
virtual ~PluginInterface ()=default
 
virtual llvm::StringRef GetPluginName ()=0
 
 PluginInterface (const PluginInterface &)=delete
 
PluginInterfaceoperator= (const PluginInterface &)=delete
 

Static Public Member Functions

static void Initialize ()
 
static void Terminate ()
 
static llvm::StringRef GetPluginNameStatic ()
 
static llvm::StringRef GetPluginDescriptionStatic ()
 
static lldb_private::SymbolLocatorCreateInstance ()
 
static std::optional< ModuleSpecLocateExecutableObjectFile (const ModuleSpec &module_spec)
 
static std::optional< FileSpecLocateExecutableSymbolFile (const ModuleSpec &module_spec, const FileSpecList &default_search_paths)
 
static bool DownloadObjectAndSymbolFile (ModuleSpec &module_spec, Status &error, bool force_lookup, bool copy_executable)
 
- Static Public Member Functions inherited from lldb_private::SymbolLocator
static void DownloadSymbolFileAsync (const UUID &uuid)
 Locate the symbol file for the given UUID on a background thread.
 

Detailed Description

Definition at line 17 of file SymbolLocatorDefault.h.

Constructor & Destructor Documentation

◆ SymbolLocatorDefault()

SymbolLocatorDefault::SymbolLocatorDefault ( )

Definition at line 48 of file SymbolLocatorDefault.cpp.

Referenced by CreateInstance().

Member Function Documentation

◆ CreateInstance()

SymbolLocator * SymbolLocatorDefault::CreateInstance ( )
static

Definition at line 65 of file SymbolLocatorDefault.cpp.

References SymbolLocatorDefault().

Referenced by Initialize(), and Terminate().

◆ DownloadObjectAndSymbolFile()

bool SymbolLocatorDefault::DownloadObjectAndSymbolFile ( ModuleSpec module_spec,
Status error,
bool  force_lookup,
bool  copy_executable 
)
static

Definition at line 234 of file SymbolLocatorDefault.cpp.

Referenced by Initialize().

◆ GetPluginDescriptionStatic()

llvm::StringRef SymbolLocatorDefault::GetPluginDescriptionStatic ( )
static

Definition at line 61 of file SymbolLocatorDefault.cpp.

Referenced by Initialize().

◆ GetPluginName()

llvm::StringRef lldb_private::SymbolLocatorDefault::GetPluginName ( )
inlineoverridevirtual

PluginInterface protocol.

Implements lldb_private::PluginInterface.

Definition at line 31 of file SymbolLocatorDefault.h.

References GetPluginNameStatic().

◆ GetPluginNameStatic()

static llvm::StringRef lldb_private::SymbolLocatorDefault::GetPluginNameStatic ( )
inlinestatic

Definition at line 24 of file SymbolLocatorDefault.h.

Referenced by GetPluginName(), and Initialize().

◆ Initialize()

void SymbolLocatorDefault::Initialize ( )
static

◆ LocateExecutableObjectFile()

std::optional< ModuleSpec > SymbolLocatorDefault::LocateExecutableObjectFile ( const ModuleSpec module_spec)
static

◆ LocateExecutableSymbolFile()

std::optional< FileSpec > SymbolLocatorDefault::LocateExecutableSymbolFile ( const ModuleSpec module_spec,
const FileSpecList default_search_paths 
)
static

◆ Terminate()

void SymbolLocatorDefault::Terminate ( )
static

The documentation for this class was generated from the following files: