LLDB mainline
SymbolLocatorSymStore.cpp File Reference
#include "SymbolLocatorSymStore.h"
#include "lldb/Core/ModuleList.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Interpreter/OptionValueString.h"
#include "lldb/Utility/Args.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/UUID.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "SymbolLocatorSymStoreProperties.inc"
#include "SymbolLocatorSymStorePropertiesEnum.inc"

Go to the source code of this file.

Macros

#define LLDB_PROPERTIES_symbollocatorsymstore
#define LLDB_PROPERTIES_symbollocatorsymstore

Functions

static PluginProperties & GetGlobalPluginProperties ()
static std::string formatSymStoreKey (const UUID &uuid)

Macro Definition Documentation

◆ LLDB_PROPERTIES_symbollocatorsymstore [1/2]

#define LLDB_PROPERTIES_symbollocatorsymstore

Definition at line 32 of file SymbolLocatorSymStore.cpp.

◆ LLDB_PROPERTIES_symbollocatorsymstore [2/2]

#define LLDB_PROPERTIES_symbollocatorsymstore

Definition at line 32 of file SymbolLocatorSymStore.cpp.

Function Documentation

◆ formatSymStoreKey()

std::string formatSymStoreKey ( const UUID & uuid)
static

◆ GetGlobalPluginProperties()

PluginProperties & GetGlobalPluginProperties ( )
static

Definition at line 60 of file SymbolLocatorSymStore.cpp.