Home
last modified time | relevance | path

Searched refs:SBPlatformConnectOptions (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp73 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) in SBPlatformConnectOptions() function in SBPlatformConnectOptions
76 SBPlatformConnectOptions::SBPlatformConnectOptions( in SBPlatformConnectOptions() function in SBPlatformConnectOptions
77 const SBPlatformConnectOptions &rhs) in SBPlatformConnectOptions()
82 SBPlatformConnectOptions::~SBPlatformConnectOptions() { delete m_opaque_ptr; } in ~SBPlatformConnectOptions()
84 void SBPlatformConnectOptions::operator=(const SBPlatformConnectOptions &rhs) { in operator =()
88 const char *SBPlatformConnectOptions::GetURL() { in GetURL()
94 void SBPlatformConnectOptions::SetURL(const char *url) { in SetURL()
101 bool SBPlatformConnectOptions::GetRsyncEnabled() { in GetRsyncEnabled()
105 void SBPlatformConnectOptions::EnableRsync( in EnableRsync()
122 void SBPlatformConnectOptions::DisableRsync() { in DisableRsync()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h24 class LLDB_API SBPlatformConnectOptions {
26 SBPlatformConnectOptions(const char *url);
28 SBPlatformConnectOptions(const SBPlatformConnectOptions &rhs);
30 ~SBPlatformConnectOptions();
32 void operator=(const SBPlatformConnectOptions &rhs);
105 SBError ConnectRemote(SBPlatformConnectOptions &connect_options);