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

#include <Platform.h>

Inheritance diagram for lldb_private::OptionGroupPlatformSSH:
Inheritance graph
[legend]

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< OptionDefinitionGetDefinitions () override
 
- Public Member Functions inherited from lldb_private::OptionGroup
 OptionGroup ()=default
 
virtual ~OptionGroup ()=default
 
virtual llvm::ArrayRef< OptionDefinitionGetDefinitions ()=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 OptionGroupPlatformSSHoperator= (const OptionGroupPlatformSSH &)=delete
 

Detailed Description

Definition at line 1173 of file Platform.h.

Constructor & Destructor Documentation

◆ OptionGroupPlatformSSH() [1/2]

lldb_private::OptionGroupPlatformSSH::OptionGroupPlatformSSH ( )
default

◆ ~OptionGroupPlatformSSH()

lldb_private::OptionGroupPlatformSSH::~OptionGroupPlatformSSH ( )
overridedefault

◆ OptionGroupPlatformSSH() [2/2]

lldb_private::OptionGroupPlatformSSH::OptionGroupPlatformSSH ( const OptionGroupPlatformSSH )
privatedelete

Member Function Documentation

◆ GetDefinitions()

llvm::ArrayRef< OptionDefinition > OptionGroupPlatformSSH::GetDefinitions ( )
overridevirtual

Implements lldb_private::OptionGroup.

Definition at line 1412 of file Platform.cpp.

References g_ssh_option_table.

Referenced by SetOptionValue().

◆ operator=()

const OptionGroupPlatformSSH & lldb_private::OptionGroupPlatformSSH::operator= ( const OptionGroupPlatformSSH )
privatedelete

◆ OptionParsingStarting()

void OptionGroupPlatformSSH::OptionParsingStarting ( ExecutionContext execution_context)
overridevirtual

Implements lldb_private::OptionGroup.

Definition at line 1416 of file Platform.cpp.

References m_ssh, and m_ssh_opts.

◆ SetOptionValue()

lldb_private::Status OptionGroupPlatformSSH::SetOptionValue ( uint32_t  option_idx,
llvm::StringRef  option_value,
ExecutionContext execution_context 
)
overridevirtual

Implements lldb_private::OptionGroup.

Definition at line 1423 of file Platform.cpp.

References error(), GetDefinitions(), m_ssh, and m_ssh_opts.

Member Data Documentation

◆ m_ssh

bool lldb_private::OptionGroupPlatformSSH::m_ssh

Definition at line 1189 of file Platform.h.

Referenced by OptionParsingStarting(), and SetOptionValue().

◆ m_ssh_opts

std::string lldb_private::OptionGroupPlatformSSH::m_ssh_opts

Definition at line 1190 of file Platform.h.

Referenced by OptionParsingStarting(), and SetOptionValue().


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