Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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);
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestPlatformClient.py88 self.assertSuccess(plat.ConnectRemote(lldb.SBPlatformConnectOptions(
102 self.assertSuccess(plat.ConnectRemote(lldb.SBPlatformConnectOptions(
/llvm-project-15.0.7/lldb/test/API/commands/target/auto-install-main-executable/
H A DTestAutoInstallMainExecutable.py44 connect_opts = lldb.SBPlatformConnectOptions(connect_url)
/llvm-project-15.0.7/lldb/docs/
H A D.htaccess64 …301 /python_reference/lldb.SBPlatformConnectOptions-class.html https://lldb.llvm.org/python_api/ll…
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py922 platform_connect_options = lldb.SBPlatformConnectOptions(