Searched refs:SBCommunication (Results 1 – 10 of 10) sorted by relevance
19 SBCommunication::SBCommunication() { LLDB_INSTRUMENT_VA(this); } in SBCommunication() function in SBCommunication21 SBCommunication::SBCommunication(const char *broadcaster_name) in SBCommunication() function in SBCommunication27 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 …]
17 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;
65 friend class SBCommunication; variable
79 friend class SBCommunication; variable
62 class LLDB_API SBCommunication; variable
3 ) lldb::SBCommunication;
22 #include "lldb/API/SBCommunication.h"
103 %include "lldb/API/SBCommunication.h"
16468 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 …]
31 SRCS+= API/SBCommunication.cpp