Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h27 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);
H A DSBDefines.h90 class LLDB_API SBPlatformConnectOptions; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp79 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) in SBPlatformConnectOptions() function in SBPlatformConnectOptions
84 SBPlatformConnectOptions::SBPlatformConnectOptions( in SBPlatformConnectOptions() function in SBPlatformConnectOptions
85 const SBPlatformConnectOptions &rhs) in SBPlatformConnectOptions()
92 SBPlatformConnectOptions::~SBPlatformConnectOptions() { delete m_opaque_ptr; } in ~SBPlatformConnectOptions()
94 SBPlatformConnectOptions &
95 SBPlatformConnectOptions::operator=(const SBPlatformConnectOptions &rhs) { in operator =()
102 const char *SBPlatformConnectOptions::GetURL() { in GetURL()
110 void SBPlatformConnectOptions::SetURL(const char *url) { in SetURL()
119 bool SBPlatformConnectOptions::GetRsyncEnabled() { in GetRsyncEnabled()
125 void SBPlatformConnectOptions::EnableRsync( in EnableRsync()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatformDocstrings.i3 ) lldb::SBPlatformConnectOptions;
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39823 … result = (lldb::SBPlatformConnectOptions *)new lldb::SBPlatformConnectOptions((char const *)arg1); in _wrap_new_SBPlatformConnectOptions__SWIG_0()
39837 lldb::SBPlatformConnectOptions *arg1 = 0 ; in _wrap_new_SBPlatformConnectOptions__SWIG_1()
39847 …result = (lldb::SBPlatformConnectOptions *)new lldb::SBPlatformConnectOptions((lldb::SBPlatformCon… in _wrap_new_SBPlatformConnectOptions__SWIG_1()
39900 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_GetURL()
39924 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_SetURL()
39950 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_GetRsyncEnabled()
39974 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_EnableRsync()
40006 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_DisableRsync()
40029 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_GetLocalCacheDirectory()
40053 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_SetLocalCacheDirectory()
[all …]