LLDB mainline
|
#include <Platform.h>
Public Member Functions | |
OptionGroupPlatformRSync ()=default | |
~OptionGroupPlatformRSync () 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_rsync |
std::string | m_rsync_opts |
std::string | m_rsync_prefix |
bool | m_ignores_remote_hostname |
Private Member Functions | |
OptionGroupPlatformRSync (const OptionGroupPlatformRSync &)=delete | |
const OptionGroupPlatformRSync & | operator= (const OptionGroupPlatformRSync &)=delete |
Definition at line 1163 of file Platform.h.
|
default |
|
overridedefault |
|
privatedelete |
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 1316 of file Platform.cpp.
References g_rsync_option_table.
Referenced by SetOptionValue().
|
privatedelete |
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 1320 of file Platform.cpp.
References m_ignores_remote_hostname, m_rsync, m_rsync_opts, and m_rsync_prefix.
|
overridevirtual |
Implements lldb_private::OptionGroup.
Definition at line 1329 of file Platform.cpp.
References error(), GetDefinitions(), m_ignores_remote_hostname, m_rsync, m_rsync_opts, and m_rsync_prefix.
bool lldb_private::OptionGroupPlatformRSync::m_ignores_remote_hostname |
Definition at line 1182 of file Platform.h.
Referenced by OptionParsingStarting(), and SetOptionValue().
bool lldb_private::OptionGroupPlatformRSync::m_rsync |
Definition at line 1179 of file Platform.h.
Referenced by OptionParsingStarting(), and SetOptionValue().
std::string lldb_private::OptionGroupPlatformRSync::m_rsync_opts |
Definition at line 1180 of file Platform.h.
Referenced by OptionParsingStarting(), and SetOptionValue().
std::string lldb_private::OptionGroupPlatformRSync::m_rsync_prefix |
Definition at line 1181 of file Platform.h.
Referenced by OptionParsingStarting(), and SetOptionValue().