#include <Platform.h>
|
| PlatformProperties () |
|
bool | GetUseModuleCache () const |
|
bool | SetUseModuleCache (bool use_module_cache) |
|
FileSpec | GetModuleCacheDirectory () const |
|
bool | SetModuleCacheDirectory (const FileSpec &dir_spec) |
|
| 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) |
|
Definition at line 43 of file Platform.h.
◆ PlatformProperties()
PlatformProperties::PlatformProperties |
( |
| ) |
|
◆ GetModuleCacheDirectory()
FileSpec PlatformProperties::GetModuleCacheDirectory |
( |
| ) |
const |
◆ GetSettingName()
◆ GetUseModuleCache()
bool PlatformProperties::GetUseModuleCache |
( |
| ) |
const |
◆ SetDefaultModuleCacheDirectory()
void PlatformProperties::SetDefaultModuleCacheDirectory |
( |
const FileSpec & |
dir_spec | ) |
|
|
private |
◆ SetModuleCacheDirectory()
bool PlatformProperties::SetModuleCacheDirectory |
( |
const FileSpec & |
dir_spec | ) |
|
◆ SetUseModuleCache()
bool PlatformProperties::SetUseModuleCache |
( |
bool |
use_module_cache | ) |
|
The documentation for this class was generated from the following files: