LLDB mainline
Public Member Functions | Public Attributes | List of all members
PlatformConnectOptions Struct Reference

Public Member Functions

 PlatformConnectOptions (const char *url=nullptr)
 
 ~PlatformConnectOptions ()=default
 

Public Attributes

std::string m_url
 
std::string m_rsync_options
 
std::string m_rsync_remote_path_prefix
 
bool m_rsync_enabled = false
 
bool m_rsync_omit_hostname_from_remote_path = false
 
ConstString m_local_cache_directory
 

Detailed Description

Definition at line 36 of file SBPlatform.cpp.

Constructor & Destructor Documentation

◆ PlatformConnectOptions()

PlatformConnectOptions::PlatformConnectOptions ( const char *  url = nullptr)
inline

Definition at line 37 of file SBPlatform.cpp.

References m_url.

◆ ~PlatformConnectOptions()

PlatformConnectOptions::~PlatformConnectOptions ( )
default

Member Data Documentation

◆ m_local_cache_directory

ConstString PlatformConnectOptions::m_local_cache_directory

◆ m_rsync_enabled

bool PlatformConnectOptions::m_rsync_enabled = false

◆ m_rsync_omit_hostname_from_remote_path

bool PlatformConnectOptions::m_rsync_omit_hostname_from_remote_path = false

Definition at line 48 of file SBPlatform.cpp.

Referenced by lldb::SBPlatformConnectOptions::EnableRsync().

◆ m_rsync_options

std::string PlatformConnectOptions::m_rsync_options

Definition at line 45 of file SBPlatform.cpp.

Referenced by lldb::SBPlatformConnectOptions::EnableRsync().

◆ m_rsync_remote_path_prefix

std::string PlatformConnectOptions::m_rsync_remote_path_prefix

Definition at line 46 of file SBPlatform.cpp.

Referenced by lldb::SBPlatformConnectOptions::EnableRsync().

◆ m_url

std::string PlatformConnectOptions::m_url

The documentation for this struct was generated from the following file: