LLDB mainline
|
#include <SBPlatform.h>
Public Member Functions | |
SBPlatformConnectOptions (const char *url) | |
SBPlatformConnectOptions (const SBPlatformConnectOptions &rhs) | |
~SBPlatformConnectOptions () | |
SBPlatformConnectOptions & | operator= (const SBPlatformConnectOptions &rhs) |
const char * | GetURL () |
void | SetURL (const char *url) |
bool | GetRsyncEnabled () |
void | EnableRsync (const char *options, const char *remote_path_prefix, bool omit_remote_hostname) |
void | DisableRsync () |
const char * | GetLocalCacheDirectory () |
void | SetLocalCacheDirectory (const char *path) |
Protected Attributes | |
PlatformConnectOptions * | m_opaque_ptr |
Definition at line 27 of file SBPlatform.h.
SBPlatformConnectOptions::SBPlatformConnectOptions | ( | const char * | url | ) |
Definition at line 79 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA.
SBPlatformConnectOptions::SBPlatformConnectOptions | ( | const SBPlatformConnectOptions & | rhs | ) |
Definition at line 84 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_ptr.
SBPlatformConnectOptions::~SBPlatformConnectOptions | ( | ) |
Definition at line 92 of file SBPlatform.cpp.
References m_opaque_ptr.
void SBPlatformConnectOptions::DisableRsync | ( | ) |
Definition at line 145 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_ptr, and PlatformConnectOptions::m_rsync_enabled.
void SBPlatformConnectOptions::EnableRsync | ( | const char * | options, |
const char * | remote_path_prefix, | ||
bool | omit_remote_hostname | ||
) |
const char * SBPlatformConnectOptions::GetLocalCacheDirectory | ( | ) |
Definition at line 151 of file SBPlatform.cpp.
References lldb_private::ConstString::GetCString(), LLDB_INSTRUMENT_VA, PlatformConnectOptions::m_local_cache_directory, and m_opaque_ptr.
bool SBPlatformConnectOptions::GetRsyncEnabled | ( | ) |
Definition at line 119 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_ptr, and PlatformConnectOptions::m_rsync_enabled.
const char * SBPlatformConnectOptions::GetURL | ( | ) |
Definition at line 102 of file SBPlatform.cpp.
References lldb_private::ConstString::GetCString(), LLDB_INSTRUMENT_VA, m_opaque_ptr, and PlatformConnectOptions::m_url.
Referenced by lldb::SBPlatform::ConnectRemote().
SBPlatformConnectOptions & SBPlatformConnectOptions::operator= | ( | const SBPlatformConnectOptions & | rhs | ) |
Definition at line 95 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_ptr.
void SBPlatformConnectOptions::SetLocalCacheDirectory | ( | const char * | path | ) |
Definition at line 157 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, PlatformConnectOptions::m_local_cache_directory, m_opaque_ptr, and lldb_private::ConstString::SetCString().
void SBPlatformConnectOptions::SetURL | ( | const char * | url | ) |
Definition at line 110 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_ptr, and PlatformConnectOptions::m_url.
|
protected |
Definition at line 53 of file SBPlatform.h.
Referenced by DisableRsync(), EnableRsync(), GetLocalCacheDirectory(), GetRsyncEnabled(), GetURL(), operator=(), SBPlatformConnectOptions(), SetLocalCacheDirectory(), SetURL(), and ~SBPlatformConnectOptions().