Searched refs:SBCommunication (Results 1 – 9 of 9) 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
84 friend class SBCommunication; variable
62 class LLDB_API SBCommunication; variable
3 ) lldb::SBCommunication;
105 %include "lldb/API/SBCommunication.h"
16551 lldb::SBCommunication *result = 0 ; in _wrap_new_SBCommunication__SWIG_0()16554 result = (lldb::SBCommunication *)new lldb::SBCommunication(); in _wrap_new_SBCommunication__SWIG_0()16569 lldb::SBCommunication *result = 0 ; in _wrap_new_SBCommunication__SWIG_1()16574 result = (lldb::SBCommunication *)new lldb::SBCommunication((char const *)arg1); in _wrap_new_SBCommunication__SWIG_1()16616 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ; in _wrap_SBCommunication_IsValid()16626 result = (bool)((lldb::SBCommunication const *)arg1)->IsValid(); in _wrap_SBCommunication_IsValid()16640 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ; in _wrap_SBCommunication_GetBroadcaster()16670 result = (char *)lldb::SBCommunication::GetBroadcasterClass(); in _wrap_SBCommunication_GetBroadcasterClass()16684 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ; in _wrap_SBCommunication_AdoptFileDesriptor()16714 lldb::SBCommunication *arg1 = (lldb::SBCommunication *) 0 ; in _wrap_SBCommunication_Connect()[all …]
46 SRCS+= API/SBCommunication.cpp