LLDB mainline
|
#include <Platform.h>
Public Member Functions | |
OptionGroupPlatformCaching ()=default | |
~OptionGroupPlatformCaching () override=default | |
lldb_private::Status | SetOptionValue (uint32_t option_idx, llvm::StringRef option_value, ExecutionContext *execution_context) override |
void | OptionParsingStarting (ExecutionContext *execution_context) override |
llvm::ArrayRef< OptionDefinition > | GetDefinitions () override |
Public Member Functions inherited from lldb_private::OptionGroup | |
OptionGroup ()=default | |
virtual | ~OptionGroup ()=default |
virtual Status | OptionParsingFinished (ExecutionContext *execution_context) |
Public Attributes | |
std::string | m_cache_dir |
Private Member Functions | |
OptionGroupPlatformCaching (const OptionGroupPlatformCaching &)=delete | |
const OptionGroupPlatformCaching & | operator= (const OptionGroupPlatformCaching &)=delete |
Definition at line 1241 of file Platform.h.
|
default |
Referenced by operator=(), and OptionGroupPlatformCaching().
|
overridedefault |
|
privatedelete |
References OptionGroupPlatformCaching().
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 1404 of file Platform.cpp.
References g_caching_option_table.
Referenced by SetOptionValue().
|
privatedelete |
References OptionGroupPlatformCaching().
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 1408 of file Platform.cpp.
References m_cache_dir.
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 1413 of file Platform.cpp.
References error(), lldb_private::Status::FromErrorStringWithFormat(), GetDefinitions(), and m_cache_dir.
std::string lldb_private::OptionGroupPlatformCaching::m_cache_dir |
Definition at line 1257 of file Platform.h.
Referenced by OptionParsingStarting(), and SetOptionValue().