|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBCommunication self) -> SBCommunication
__init__(lldb::SBCommunication self, str const * broadcaster_name)
-> SBCommunication |
source code
|
|
|
__swig_destroy__(...)
delete_SBCommunication(SBCommunication self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBCommunication self) -> bool |
source code
|
|
|
GetBroadcaster(self)
GetBroadcaster(SBCommunication self) -> SBBroadcaster |
source code
|
|
|
AdoptFileDesriptor(self,
*args)
AdoptFileDesriptor(SBCommunication self, int fd, bool owns_fd) ->
lldb::ConnectionStatus |
source code
|
|
|
Connect(self,
*args)
Connect(SBCommunication self, str const * url) ->
lldb::ConnectionStatus |
source code
|
|
|
Disconnect(self)
Disconnect(SBCommunication self) -> lldb::ConnectionStatus |
source code
|
|
|
IsConnected(self)
IsConnected(SBCommunication self) -> bool |
source code
|
|
|
GetCloseOnEOF(self)
GetCloseOnEOF(SBCommunication self) -> bool |
source code
|
|
|
SetCloseOnEOF(self,
*args)
SetCloseOnEOF(SBCommunication self, bool b) |
source code
|
|
|
Read(self,
*args)
Read(SBCommunication self, void * dst, size_t dst_len, uint32_t
timeout_usec, lldb::ConnectionStatus & status) -> size_t |
source code
|
|
|
Write(self,
*args)
Write(SBCommunication self, void const * src, size_t src_len,
lldb::ConnectionStatus & status) -> size_t |
source code
|
|
|
ReadThreadStart(self)
ReadThreadStart(SBCommunication self) -> bool |
source code
|
|
|
ReadThreadStop(self)
ReadThreadStop(SBCommunication self) -> bool |
source code
|
|
|
ReadThreadIsRunning(self)
ReadThreadIsRunning(SBCommunication self) -> bool |
source code
|
|
|
SetReadThreadBytesReceivedCallback(self,
*args)
SetReadThreadBytesReceivedCallback(SBCommunication self,
lldb::SBCommunication::ReadThreadBytesReceived callback, void *
callback_baton) -> bool |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|