SBCommunicationΒΆ
- class lldb.SBCommunication(*args)ΒΆ
Allows sending/receiving data.
Attributes Summary
Methods Summary
AdoptFileDesriptor
(SBCommunication self, ...)Connect
(SBCommunication self, char const * url)Disconnect
(SBCommunication self)GetBroadcaster
(SBCommunication self)GetCloseOnEOF
(SBCommunication self)IsConnected
(SBCommunication self)IsValid
(SBCommunication self)Read
(SBCommunication self, void * dst, ...)ReadThreadIsRunning
(SBCommunication self)ReadThreadStart
(SBCommunication self)ReadThreadStop
(SBCommunication self)SetCloseOnEOF
(SBCommunication self, bool b)Write
(SBCommunication self, ...)Attributes Documentation
- eAllEventBits = <Mock name='mock.SBCommunication_eAllEventBits' id='281473703566544'>ΒΆ
- eBroadcastBitDisconnected = <Mock name='mock.SBCommunication_eBroadcastBitDisconnected' id='281473703567888'>ΒΆ
- eBroadcastBitPacketAvailable = <Mock name='mock.SBCommunication_eBroadcastBitPacketAvailable' id='281473703566928'>ΒΆ
- eBroadcastBitReadThreadDidExit = <Mock name='mock.SBCommunication_eBroadcastBitReadThreadDidExit' id='281473703567824'>ΒΆ
- eBroadcastBitReadThreadGotBytes = <Mock name='mock.SBCommunication_eBroadcastBitReadThreadGotBytes' id='281473703568080'>ΒΆ
- eBroadcastBitReadThreadShouldExit = <Mock name='mock.SBCommunication_eBroadcastBitReadThreadShouldExit' id='281473703567312'>ΒΆ
Methods Documentation
- AdoptFileDesriptor(SBCommunication self, int fd, bool owns_fd) lldb::ConnectionStatus ΒΆ
- Connect(SBCommunication self, char const * url) lldb::ConnectionStatus ΒΆ
- Disconnect(SBCommunication self) lldb::ConnectionStatus ΒΆ
- GetBroadcaster(SBCommunication self) SBBroadcaster ΒΆ
- static GetBroadcasterClass() char const * ΒΆ
- GetCloseOnEOF(SBCommunication self) bool ΒΆ
- IsConnected(SBCommunication self) bool ΒΆ
- IsValid(SBCommunication self) bool ΒΆ
- Read(SBCommunication self, void * dst, size_t dst_len, uint32_t timeout_usec, lldb::ConnectionStatus & status) size_t ΒΆ
- ReadThreadIsRunning(SBCommunication self) bool ΒΆ
- ReadThreadStart(SBCommunication self) bool ΒΆ
- ReadThreadStop(SBCommunication self) bool ΒΆ
- SetCloseOnEOF(SBCommunication self, bool b)ΒΆ
- SetReadThreadBytesReceivedCallback(SBCommunication self, lldb::SBCommunication::ReadThreadBytesReceived callback, void * callback_baton) bool ΒΆ
- Write(SBCommunication self, void const * src, size_t src_len, lldb::ConnectionStatus & status) size_t ΒΆ