LLDB mainline
|
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 |
Definition at line 36 of file SBPlatform.cpp.
|
inline |
Definition at line 37 of file SBPlatform.cpp.
References m_url.
|
default |
ConstString PlatformConnectOptions::m_local_cache_directory |
Definition at line 49 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformConnectOptions::GetLocalCacheDirectory(), and lldb::SBPlatformConnectOptions::SetLocalCacheDirectory().
bool PlatformConnectOptions::m_rsync_enabled = false |
Definition at line 47 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformConnectOptions::DisableRsync(), lldb::SBPlatformConnectOptions::EnableRsync(), and lldb::SBPlatformConnectOptions::GetRsyncEnabled().
bool PlatformConnectOptions::m_rsync_omit_hostname_from_remote_path = false |
Definition at line 48 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformConnectOptions::EnableRsync().
std::string PlatformConnectOptions::m_rsync_options |
Definition at line 45 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformConnectOptions::EnableRsync().
std::string PlatformConnectOptions::m_rsync_remote_path_prefix |
Definition at line 46 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformConnectOptions::EnableRsync().
std::string PlatformConnectOptions::m_url |
Definition at line 44 of file SBPlatform.cpp.
Referenced by lldb::SBPlatformConnectOptions::GetURL(), PlatformConnectOptions(), and lldb::SBPlatformConnectOptions::SetURL().