LLDB mainline
|
#include <Platform.h>
Public Member Functions | |
OptionGroupPlatformSSH ()=default | |
~OptionGroupPlatformSSH () 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 | |
bool | m_ssh |
std::string | m_ssh_opts |
Private Member Functions | |
OptionGroupPlatformSSH (const OptionGroupPlatformSSH &)=delete | |
const OptionGroupPlatformSSH & | operator= (const OptionGroupPlatformSSH &)=delete |
Definition at line 1216 of file Platform.h.
|
default |
Referenced by operator=(), and OptionGroupPlatformSSH().
|
overridedefault |
|
privatedelete |
References OptionGroupPlatformSSH().
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 1370 of file Platform.cpp.
References g_ssh_option_table.
Referenced by SetOptionValue().
|
privatedelete |
References OptionGroupPlatformSSH().
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 1374 of file Platform.cpp.
References m_ssh, and m_ssh_opts.
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 1381 of file Platform.cpp.
References error(), lldb_private::Status::FromErrorStringWithFormat(), GetDefinitions(), m_ssh, and m_ssh_opts.
bool lldb_private::OptionGroupPlatformSSH::m_ssh |
Definition at line 1232 of file Platform.h.
Referenced by OptionParsingStarting(), and SetOptionValue().
std::string lldb_private::OptionGroupPlatformSSH::m_ssh_opts |
Definition at line 1233 of file Platform.h.
Referenced by OptionParsingStarting(), and SetOptionValue().