Home
last modified time | relevance | path

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

/freebsd/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.h93 class LLDB_API SBPlatformConnectOptions; variable
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp78 // SBPlatformConnectOptions in SBPlatformConnectOptions()
79 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) in SBPlatformConnectOptions()
84 SBPlatformConnectOptions::SBPlatformConnectOptions( in SBPlatformConnectOptions()
85 const SBPlatformConnectOptions &rhs) in SBPlatformConnectOptions()
92 SBPlatformConnectOptions::~SBPlatformConnectOptions() { delete m_opaque_ptr; } in operator =()
94 SBPlatformConnectOptions & in operator =()
95 SBPlatformConnectOptions in operator =()
76 SBPlatformConnectOptions::SBPlatformConnectOptions(const char *url) SBPlatformConnectOptions() function in SBPlatformConnectOptions
81 SBPlatformConnectOptions::SBPlatformConnectOptions( SBPlatformConnectOptions() function in SBPlatformConnectOptions
[all...]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatformDocstrings.i3 ) lldb::SBPlatformConnectOptions;
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp41455 lldb::SBPlatformConnectOptions *result = 0 ; in _wrap_new_SBPlatformConnectOptions__SWIG_0()
41460 … result = (lldb::SBPlatformConnectOptions *)new lldb::SBPlatformConnectOptions((char const *)arg1); in _wrap_new_SBPlatformConnectOptions__SWIG_0()
41474 lldb::SBPlatformConnectOptions *arg1 = 0 ; in _wrap_new_SBPlatformConnectOptions__SWIG_1()
41475 lldb::SBPlatformConnectOptions *result = 0 ; in _wrap_new_SBPlatformConnectOptions__SWIG_1()
41484 …result = (lldb::SBPlatformConnectOptions *)new lldb::SBPlatformConnectOptions((lldb::SBPlatformCon… in _wrap_new_SBPlatformConnectOptions__SWIG_1()
41537 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_GetURL()
41561 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_SetURL()
41587 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_GetRsyncEnabled()
41611 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_EnableRsync()
41643 lldb::SBPlatformConnectOptions *arg1 = (lldb::SBPlatformConnectOptions *) 0 ; in _wrap_SBPlatformConnectOptions_DisableRsync()
[all …]