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 llvm::ArrayRef< OptionDefinition > | GetDefinitions ()=0 |
virtual Status | SetOptionValue (uint32_t option_idx, llvm::StringRef option_value, ExecutionContext *execution_context)=0 |
virtual void | OptionParsingStarting (ExecutionContext *execution_context)=0 |
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 1190 of file Platform.h.
|
default |
|
overridedefault |
|
privatedelete |
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 1364 of file Platform.cpp.
References g_ssh_option_table.
Referenced by SetOptionValue().
|
privatedelete |
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 1368 of file Platform.cpp.
References m_ssh, and m_ssh_opts.
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 1375 of file Platform.cpp.
References error(), GetDefinitions(), m_ssh, and m_ssh_opts.
bool lldb_private::OptionGroupPlatformSSH::m_ssh |
Definition at line 1206 of file Platform.h.
Referenced by OptionParsingStarting(), and SetOptionValue().
std::string lldb_private::OptionGroupPlatformSSH::m_ssh_opts |
Definition at line 1207 of file Platform.h.
Referenced by OptionParsingStarting(), and SetOptionValue().