LLDB mainline
Public Member Functions | Private Member Functions | Private Attributes | List of all members
lldb_private::ModuleListProperties Class Reference

#include <ModuleList.h>

Inheritance diagram for lldb_private::ModuleListProperties:
Inheritance graph
[legend]
Collaboration diagram for lldb_private::ModuleListProperties:
Collaboration graph
[legend]

Public Member Functions

 ModuleListProperties ()
 
FileSpec GetClangModulesCachePath () const
 
bool SetClangModulesCachePath (const FileSpec &path)
 
bool GetEnableExternalLookup () const
 
bool SetEnableExternalLookup (bool new_value)
 
bool GetEnableBackgroundLookup () const
 
bool GetEnableLLDBIndexCache () const
 
bool SetEnableLLDBIndexCache (bool new_value)
 
uint64_t GetLLDBIndexCacheMaxByteSize ()
 
uint64_t GetLLDBIndexCacheMaxPercent ()
 
uint64_t GetLLDBIndexCacheExpirationDays ()
 
FileSpec GetLLDBIndexCachePath () const
 
bool SetLLDBIndexCachePath (const FileSpec &path)
 
bool GetLoadSymbolOnDemand ()
 
PathMappingList GetSymlinkMappings () const
 
- Public Member Functions inherited from lldb_private::Properties
 Properties ()=default
 
 Properties (const lldb::OptionValuePropertiesSP &collection_sp)
 
virtual ~Properties ()=default
 
virtual lldb::OptionValuePropertiesSP GetValueProperties () const
 
virtual lldb::OptionValueSP GetPropertyValue (const ExecutionContext *exe_ctx, llvm::StringRef property_path, bool will_modify, Status &error) const
 
virtual Status SetPropertyValue (const ExecutionContext *exe_ctx, VarSetOperationType op, llvm::StringRef property_path, llvm::StringRef value)
 
virtual Status DumpPropertyValue (const ExecutionContext *exe_ctx, Stream &strm, llvm::StringRef property_path, uint32_t dump_mask, bool is_json=false)
 
virtual void DumpAllPropertyValues (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask, bool is_json=false)
 
virtual void DumpAllDescriptions (CommandInterpreter &interpreter, Stream &strm) const
 
size_t Apropos (llvm::StringRef keyword, std::vector< const Property * > &matching_properties) const
 
lldb::OptionValuePropertiesSP GetSubProperty (const ExecutionContext *exe_ctx, ConstString name)
 

Private Member Functions

void UpdateSymlinkMappings ()
 

Private Attributes

llvm::sys::RWMutex m_symlink_paths_mutex
 
PathMappingList m_symlink_paths
 

Additional Inherited Members

- Static Public Member Functions inherited from lldb_private::Properties
static const char * GetExperimentalSettingsName ()
 
static bool IsSettingExperimental (llvm::StringRef setting)
 
- Protected Attributes inherited from lldb_private::Properties
lldb::OptionValuePropertiesSP m_collection_sp
 

Detailed Description

Definition at line 50 of file ModuleList.h.

Constructor & Destructor Documentation

◆ ModuleListProperties()

ModuleListProperties::ModuleListProperties ( )

Member Function Documentation

◆ GetClangModulesCachePath()

FileSpec ModuleListProperties::GetClangModulesCachePath ( ) const

Definition at line 115 of file ModuleList.cpp.

References lldb_private::Properties::m_collection_sp.

◆ GetEnableBackgroundLookup()

bool ModuleListProperties::GetEnableBackgroundLookup ( ) const

Definition at line 109 of file ModuleList.cpp.

References lldb_private::Properties::m_collection_sp.

◆ GetEnableExternalLookup()

bool ModuleListProperties::GetEnableExternalLookup ( ) const

Definition at line 98 of file ModuleList.cpp.

References lldb_private::Properties::m_collection_sp.

◆ GetEnableLLDBIndexCache()

bool ModuleListProperties::GetEnableLLDBIndexCache ( ) const

Definition at line 139 of file ModuleList.cpp.

References lldb_private::Properties::m_collection_sp.

◆ GetLLDBIndexCacheExpirationDays()

uint64_t ModuleListProperties::GetLLDBIndexCacheExpirationDays ( )

◆ GetLLDBIndexCacheMaxByteSize()

uint64_t ModuleListProperties::GetLLDBIndexCacheMaxByteSize ( )

◆ GetLLDBIndexCacheMaxPercent()

uint64_t ModuleListProperties::GetLLDBIndexCacheMaxPercent ( )

◆ GetLLDBIndexCachePath()

FileSpec ModuleListProperties::GetLLDBIndexCachePath ( ) const

Definition at line 127 of file ModuleList.cpp.

References lldb_private::Properties::m_collection_sp.

◆ GetLoadSymbolOnDemand()

bool ModuleListProperties::GetLoadSymbolOnDemand ( )

Definition at line 189 of file ModuleList.cpp.

References lldb_private::Properties::m_collection_sp.

◆ GetSymlinkMappings()

PathMappingList ModuleListProperties::GetSymlinkMappings ( ) const

Definition at line 184 of file ModuleList.cpp.

References m_symlink_paths, and m_symlink_paths_mutex.

◆ SetClangModulesCachePath()

bool ModuleListProperties::SetClangModulesCachePath ( const FileSpec path)

Definition at line 122 of file ModuleList.cpp.

References lldb_private::Properties::m_collection_sp.

Referenced by ModuleListProperties().

◆ SetEnableExternalLookup()

bool ModuleListProperties::SetEnableExternalLookup ( bool  new_value)

Definition at line 104 of file ModuleList.cpp.

References lldb_private::Properties::m_collection_sp.

◆ SetEnableLLDBIndexCache()

bool ModuleListProperties::SetEnableLLDBIndexCache ( bool  new_value)

Definition at line 145 of file ModuleList.cpp.

References lldb_private::Properties::m_collection_sp.

◆ SetLLDBIndexCachePath()

bool ModuleListProperties::SetLLDBIndexCachePath ( const FileSpec path)

Definition at line 134 of file ModuleList.cpp.

References lldb_private::Properties::m_collection_sp.

Referenced by ModuleListProperties().

◆ UpdateSymlinkMappings()

void ModuleListProperties::UpdateSymlinkMappings ( )
private

Member Data Documentation

◆ m_symlink_paths

PathMappingList lldb_private::ModuleListProperties::m_symlink_paths
private

Definition at line 52 of file ModuleList.h.

Referenced by GetSymlinkMappings(), and UpdateSymlinkMappings().

◆ m_symlink_paths_mutex

llvm::sys::RWMutex lldb_private::ModuleListProperties::m_symlink_paths_mutex
mutableprivate

Definition at line 51 of file ModuleList.h.

Referenced by GetSymlinkMappings(), and UpdateSymlinkMappings().


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