Lines Matching defs:SBCommunication
1 //===-- SBCommunication.cpp -----------------------------------------------===//
9 #include "lldb/API/SBCommunication.h"
19 SBCommunication::SBCommunication() { LLDB_INSTRUMENT_VA(this); }
21 SBCommunication::SBCommunication(const char *broadcaster_name)
27 SBCommunication::~SBCommunication() {
34 bool SBCommunication::IsValid() const {
38 SBCommunication::operator bool() const {
44 bool SBCommunication::GetCloseOnEOF() {
52 void SBCommunication::SetCloseOnEOF(bool b) {
59 ConnectionStatus SBCommunication::Connect(const char *url) {
70 ConnectionStatus SBCommunication::AdoptFileDesriptor(int fd, bool owns_fd) {
89 ConnectionStatus SBCommunication::Disconnect() {
98 bool SBCommunication::IsConnected() const {
104 size_t SBCommunication::Read(void *dst, size_t dst_len, uint32_t timeout_usec,
120 size_t SBCommunication::Write(const void *src, size_t src_len,
133 bool SBCommunication::ReadThreadStart() {
139 bool SBCommunication::ReadThreadStop() {
145 bool SBCommunication::ReadThreadIsRunning() {
151 bool SBCommunication::SetReadThreadBytesReceivedCallback(
163 SBBroadcaster SBCommunication::GetBroadcaster() {
170 const char *SBCommunication::GetBroadcasterClass() {