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 78 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_ptr.
Referenced by operator=(), and SBPlatformConnectOptions().
SBPlatformConnectOptions::SBPlatformConnectOptions | ( | const SBPlatformConnectOptions & | rhs | ) |
Definition at line 83 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_ptr, and SBPlatformConnectOptions().
SBPlatformConnectOptions::~SBPlatformConnectOptions | ( | ) |
Definition at line 91 of file SBPlatform.cpp.
References m_opaque_ptr.
void SBPlatformConnectOptions::DisableRsync | ( | ) |
Definition at line 144 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_ptr.
void SBPlatformConnectOptions::EnableRsync | ( | const char * | options, |
const char * | remote_path_prefix, | ||
bool | omit_remote_hostname ) |
Definition at line 124 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_ptr.
const char * SBPlatformConnectOptions::GetLocalCacheDirectory | ( | ) |
Definition at line 150 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_ptr.
bool SBPlatformConnectOptions::GetRsyncEnabled | ( | ) |
Definition at line 118 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_ptr.
const char * SBPlatformConnectOptions::GetURL | ( | ) |
Definition at line 101 of file SBPlatform.cpp.
References lldb_private::ConstString::GetCString(), LLDB_INSTRUMENT_VA, and m_opaque_ptr.
Referenced by lldb::SBPlatform::ConnectRemote().
SBPlatformConnectOptions & SBPlatformConnectOptions::operator= | ( | const SBPlatformConnectOptions & | rhs | ) |
Definition at line 94 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_ptr, and SBPlatformConnectOptions().
void SBPlatformConnectOptions::SetLocalCacheDirectory | ( | const char * | path | ) |
Definition at line 156 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_ptr.
void SBPlatformConnectOptions::SetURL | ( | const char * | url | ) |
Definition at line 109 of file SBPlatform.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_ptr.
|
protected |
Definition at line 53 of file SBPlatform.h.
Referenced by DisableRsync(), EnableRsync(), GetLocalCacheDirectory(), GetRsyncEnabled(), GetURL(), operator=(), SBPlatformConnectOptions(), SBPlatformConnectOptions(), SetLocalCacheDirectory(), SetURL(), and ~SBPlatformConnectOptions().