Searched refs:SBPlatformConnectOptions (Results 1 – 5 of 5) sorted by relevance
23 class LLDB_API SBPlatformConnectOptions {25 SBPlatformConnectOptions(const char *url);27 SBPlatformConnectOptions(const SBPlatformConnectOptions &rhs);29 ~SBPlatformConnectOptions();31 SBPlatformConnectOptions &operator=(const SBPlatformConnectOptions &rhs);119 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);
14 ) SBPlatformConnectOptions;15 class SBPlatformConnectOptions18 SBPlatformConnectOptions (const char *url);20 SBPlatformConnectOptions (const SBPlatformConnectOptions &rhs);22 ~SBPlatformConnectOptions ();151 ConnectRemote (lldb::SBPlatformConnectOptions &connect_options);
75 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) in SBPlatformConnectOptions() function in SBPlatformConnectOptions80 SBPlatformConnectOptions::SBPlatformConnectOptions( in SBPlatformConnectOptions() function in SBPlatformConnectOptions81 const SBPlatformConnectOptions &rhs) in SBPlatformConnectOptions()88 SBPlatformConnectOptions::~SBPlatformConnectOptions() { delete m_opaque_ptr; } in ~SBPlatformConnectOptions()90 SBPlatformConnectOptions &91 SBPlatformConnectOptions::operator=(const SBPlatformConnectOptions &rhs) { in operator =()98 const char *SBPlatformConnectOptions::GetURL() { in GetURL()106 void SBPlatformConnectOptions::SetURL(const char *url) { in SetURL()115 bool SBPlatformConnectOptions::GetRsyncEnabled() { in GetRsyncEnabled()121 void SBPlatformConnectOptions::EnableRsync( in EnableRsync()[all …]
64 …301 /python_reference/lldb.SBPlatformConnectOptions-class.html https://lldb.llvm.org/python_api/ll…
918 platform_connect_options = lldb.SBPlatformConnectOptions(