Home
last modified time | relevance | path

Searched refs:SBCommunication (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp19 SBCommunication::SBCommunication() { LLDB_INSTRUMENT_VA(this); } in SBCommunication() function in SBCommunication
21 SBCommunication::SBCommunication(const char *broadcaster_name) in SBCommunication() function in SBCommunication
27 SBCommunication::~SBCommunication() { in ~SBCommunication()
34 bool SBCommunication::IsValid() const { in IsValid()
38 SBCommunication::operator bool() const { in operator bool()
44 bool SBCommunication::GetCloseOnEOF() { in GetCloseOnEOF()
52 void SBCommunication::SetCloseOnEOF(bool b) { in SetCloseOnEOF()
59 ConnectionStatus SBCommunication::Connect(const char *url) { in Connect()
70 ConnectionStatus SBCommunication::AdoptFileDesriptor(int fd, bool owns_fd) { in AdoptFileDesriptor()
89 ConnectionStatus SBCommunication::Disconnect() { in Disconnect()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h17 class LLDB_API SBCommunication {
36 SBCommunication();
37 SBCommunication(const char *broadcaster_name);
38 ~SBCommunication();
75 SBCommunication(const SBCommunication &) = delete;
76 const SBCommunication &operator=(const SBCommunication &) = delete;
H A DSBBroadcaster.h65 friend class SBCommunication; variable
H A DSBError.h79 friend class SBCommunication; variable
H A DSBDefines.h62 class LLDB_API SBCommunication; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommunicationDocstrings.i3 ) lldb::SBCommunication;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig22 #include "lldb/API/SBCommunication.h"
H A Dinterfaces.swig103 %include "lldb/API/SBCommunication.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp16468 lldb::SBCommunication *result = 0 ; in _wrap_new_SBCommunication__SWIG_0()
16471 result = (lldb::SBCommunication *)new lldb::SBCommunication(); in _wrap_new_SBCommunication__SWIG_0()
16486 lldb::SBCommunication *result = 0 ; in _wrap_new_SBCommunication__SWIG_1()
16491 result = (lldb::SBCommunication *)new lldb::SBCommunication((char const *)arg1); in _wrap_new_SBCommunication__SWIG_1()
16533 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ; in _wrap_SBCommunication_IsValid()
16543 result = (bool)((lldb::SBCommunication const *)arg1)->IsValid(); in _wrap_SBCommunication_IsValid()
16557 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ; in _wrap_SBCommunication_GetBroadcaster()
16587 result = (char *)lldb::SBCommunication::GetBroadcasterClass(); in _wrap_SBCommunication_GetBroadcasterClass()
16601 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ; in _wrap_SBCommunication_AdoptFileDesriptor()
16631 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ; in _wrap_SBCommunication_Connect()
[all …]
H A DMakefile31 SRCS+= API/SBCommunication.cpp