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

#include <SymbolLocatorDebuginfod.h>

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

Public Member Functions

 SymbolLocatorDebuginfod ()
 
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 void DebuggerInitialize (Debugger &debugger)
 
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 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 18 of file SymbolLocatorDebuginfod.h.

Constructor & Destructor Documentation

◆ SymbolLocatorDebuginfod()

SymbolLocatorDebuginfod::SymbolLocatorDebuginfod ( )

Definition at line 106 of file SymbolLocatorDebuginfod.cpp.

Referenced by CreateInstance().

Member Function Documentation

◆ CreateInstance()

SymbolLocator * SymbolLocatorDebuginfod::CreateInstance ( )
static

Definition at line 140 of file SymbolLocatorDebuginfod.cpp.

References SymbolLocatorDebuginfod().

Referenced by Initialize(), and Terminate().

◆ DebuggerInitialize()

void SymbolLocatorDebuginfod::DebuggerInitialize ( Debugger debugger)
static

◆ GetPluginDescriptionStatic()

llvm::StringRef SymbolLocatorDebuginfod::GetPluginDescriptionStatic ( )
static

Definition at line 136 of file SymbolLocatorDebuginfod.cpp.

Referenced by Initialize().

◆ GetPluginName()

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

PluginInterface protocol.

Implements lldb_private::PluginInterface.

Definition at line 33 of file SymbolLocatorDebuginfod.h.

References GetPluginNameStatic().

◆ GetPluginNameStatic()

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

Definition at line 26 of file SymbolLocatorDebuginfod.h.

Referenced by GetPluginName(), and Initialize().

◆ Initialize()

void SymbolLocatorDebuginfod::Initialize ( )
static

◆ LocateExecutableObjectFile()

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

Definition at line 183 of file SymbolLocatorDebuginfod.cpp.

References GetFileForModule().

Referenced by Initialize().

◆ LocateExecutableSymbolFile()

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

Definition at line 188 of file SymbolLocatorDebuginfod.cpp.

References GetFileForModule().

Referenced by Initialize().

◆ Terminate()

void SymbolLocatorDebuginfod::Terminate ( )
static

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