LLDB mainline
lldb_private::SymbolLocatorDebugSymbols Class Reference

#include <SymbolLocatorDebugSymbols.h>

Inheritance diagram for lldb_private::SymbolLocatorDebugSymbols:
[legend]

Public Member Functions

 SymbolLocatorDebugSymbols ()
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
 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 std::optional< FileSpecFindSymbolFileInBundle (const FileSpec &dsym_bundle_fspec, const UUID *uuid, const ArchSpec *arch)
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 SymbolLocatorDebugSymbols.h.

Constructor & Destructor Documentation

◆ SymbolLocatorDebugSymbols()

SymbolLocatorDebugSymbols::SymbolLocatorDebugSymbols ( )

Member Function Documentation

◆ CreateInstance()

SymbolLocator * SymbolLocatorDebugSymbols::CreateInstance ( )
static

◆ DownloadObjectAndSymbolFile()

◆ FindSymbolFileInBundle()

◆ GetPluginDescriptionStatic()

llvm::StringRef SymbolLocatorDebugSymbols::GetPluginDescriptionStatic ( )
static

Definition at line 76 of file SymbolLocatorDebugSymbols.cpp.

Referenced by Initialize().

◆ GetPluginName()

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

PluginInterface protocol.

Implements lldb_private::PluginInterface.

Definition at line 31 of file SymbolLocatorDebugSymbols.h.

References GetPluginNameStatic().

◆ GetPluginNameStatic()

llvm::StringRef lldb_private::SymbolLocatorDebugSymbols::GetPluginNameStatic ( )
inlinestatic

Definition at line 24 of file SymbolLocatorDebugSymbols.h.

Referenced by GetPluginName(), and Initialize().

◆ Initialize()

◆ LocateExecutableObjectFile()

◆ LocateExecutableSymbolFile()

◆ Terminate()

void SymbolLocatorDebugSymbols::Terminate ( )
static

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