Searched refs:SBPlatformConnectOptions (Results 1 – 5 of 5) sorted by relevance
27 class LLDB_API SBPlatformConnectOptions {29 SBPlatformConnectOptions(const char *url);31 SBPlatformConnectOptions(const SBPlatformConnectOptions &rhs);33 ~SBPlatformConnectOptions();35 SBPlatformConnectOptions &operator=(const SBPlatformConnectOptions &rhs);123 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
94 class LLDB_API SBPlatformConnectOptions; variable
78 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) in SBPlatformConnectOptions() function in SBPlatformConnectOptions83 SBPlatformConnectOptions::SBPlatformConnectOptions( in SBPlatformConnectOptions() function in SBPlatformConnectOptions84 const SBPlatformConnectOptions &rhs) in SBPlatformConnectOptions()91 SBPlatformConnectOptions::~SBPlatformConnectOptions() { delete m_opaque_ptr; } in ~SBPlatformConnectOptions()93 SBPlatformConnectOptions &94 SBPlatformConnectOptions::operator=(const SBPlatformConnectOptions &rhs) { in operator =()101 const char *SBPlatformConnectOptions::GetURL() { in GetURL()109 void SBPlatformConnectOptions::SetURL(const char *url) { in SetURL()118 bool SBPlatformConnectOptions::GetRsyncEnabled() { in GetRsyncEnabled()124 void SBPlatformConnectOptions::EnableRsync( in EnableRsync()[all …]
3 ) lldb::SBPlatformConnectOptions;
42234 lldb::SBPlatformConnectOptions *result = 0 ; in _wrap_new_SBPlatformConnectOptions__SWIG_0()42239 … result = (lldb::SBPlatformConnectOptions *)new lldb::SBPlatformConnectOptions((char const *)arg1); in _wrap_new_SBPlatformConnectOptions__SWIG_0()42253 lldb::SBPlatformConnectOptions *arg1 = 0 ; in _wrap_new_SBPlatformConnectOptions__SWIG_1()42254 lldb::SBPlatformConnectOptions *result = 0 ; in _wrap_new_SBPlatformConnectOptions__SWIG_1()42263 …result = (lldb::SBPlatformConnectOptions *)new lldb::SBPlatformConnectOptions((lldb::SBPlatformCon… in _wrap_new_SBPlatformConnectOptions__SWIG_1()42316 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_GetURL()42340 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_SetURL()42366 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_GetRsyncEnabled()42390 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_EnableRsync()42422 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_DisableRsync()[all …]