Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h23 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);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i14 ) SBPlatformConnectOptions;
15 class SBPlatformConnectOptions
18 SBPlatformConnectOptions (const char *url);
20 SBPlatformConnectOptions (const SBPlatformConnectOptions &rhs);
22 ~SBPlatformConnectOptions ();
151 ConnectRemote (lldb::SBPlatformConnectOptions &connect_options);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp75 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) in SBPlatformConnectOptions() function in SBPlatformConnectOptions
80 SBPlatformConnectOptions::SBPlatformConnectOptions( in SBPlatformConnectOptions() function in SBPlatformConnectOptions
81 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 …]
/openbsd-src/gnu/llvm/lldb/docs/
H A D.htaccess64 …301 /python_reference/lldb.SBPlatformConnectOptions-class.html https://lldb.llvm.org/python_api/ll…
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py918 platform_connect_options = lldb.SBPlatformConnectOptions(