Home
last modified time | relevance | path

Searched refs:Communication (Results 1 – 25 of 44) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DCommunication.cpp29 Communication::Communication() in Communication() function in Communication
33 Communication::~Communication() { in ~Communication()
37 void Communication::Clear() { in Clear()
41 ConnectionStatus Communication::Connect(const char *url, Status *error_ptr) { in Connect()
44 LLDB_LOG(GetLog(LLDBLog::Communication), in Connect()
55 ConnectionStatus Communication::Disconnect(Status *error_ptr) { in Disconnect()
56 LLDB_LOG(GetLog(LLDBLog::Communication), "{0} Communication::Disconnect ()", in Disconnect()
77 bool Communication::IsConnected() const { in IsConnected()
82 bool Communication::HasConnection() const { in HasConnection()
86 size_t Communication::Read(void *dst, size_t dst_len, in Read()
[all …]
H A DThreadedCommunication.cpp40 : Communication(), Broadcaster(nullptr, name), m_read_thread_enabled(false), in ThreadedCommunication()
43 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ThreadedCommunication()
58 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ~ThreadedCommunication()
66 Communication::Clear(); in Clear()
72 return Communication::Disconnect(error_ptr); in Disconnect()
79 Log *log = GetLog(LLDBLog::Communication); in Read()
154 return Communication::Read(dst, dst_len, timeout, status, error_ptr); in Read()
164 LLDB_LOG(GetLog(LLDBLog::Communication), in StartReadThread()
195 LLDB_LOG(GetLog(LLDBLog::Communication), in StopReadThread()
237 LLDB_LOG(GetLog(LLDBLog::Communication), in AppendBytesToCache()
[all …]
H A DCMakeLists.txt27 Communication.cpp
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DCommunication.h39 class Communication {
42 Communication();
47 virtual ~Communication();
179 Communication(const Communication &) = delete;
180 const Communication &operator=(const Communication &) = delete;
H A DThreadedCommunication.h61 class ThreadedCommunication : public Communication, public Broadcaster {
62 using Communication::Communication;
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DLLDBLog.cpp21 {{"comm"}, {"log communication activities"}, LLDBLog::Communication},
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DLLDBLog.h23 Communication = Log::ChannelFlag<4>, enumerator
/openbsd-src/gnu/usr.bin/clang/liblldbCore/
H A DMakefile13 Communication.cpp \
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DSocket.cpp229 Log *log = GetLog(LLDBLog::Communication); in Read()
257 Log *log = GetLog(LLDBLog::Communication); in Write()
H A DTCPSocket.cpp152 Log *log = GetLog(LLDBLog::Communication); in Connect()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Core/
H A DBUILD.gn50 "Communication.cpp",
/openbsd-src/gnu/llvm/clang/www/
H A Dmenu.html.incl35 <label>Communication</label>
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h83 class GDBRemoteCommunication : public Communication {
H A DGDBRemoteCommunicationServerLLGS.h110 Communication m_stdio_communication;
H A DGDBRemoteCommunication.cpp61 : Communication(), in GDBRemoteCommunication()
263 timeout, Communication::ConnectionStatusAsString(status), error, in WaitForPacketNoLock()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h22 class CommunicationKDP : public lldb_private::Communication {
H A DCommunicationKDP.cpp32 : Communication(), m_addr_byte_size(4), in CommunicationKDP()
199 timeout_usec, Communication::ConnectionStatusAsString(status), in WaitForPacketWithTimeoutMicroSecondsNoLock()
/openbsd-src/etc/
H A Dprotocols111 scps 105 SCPS # Space Communication Protocol Standards TCP Compressed Header
/openbsd-src/gnu/llvm/lldb/docs/design/
H A Doverview.rst81 - Communication classes that use Connection objects
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h56 class Communication; variable
/openbsd-src/sys/dev/fdt/
H A Dfiles.fdt704 # Qualcomm Inter-Processor Communication controller
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlipc.pod770 =head2 Bidirectional Communication with Another Process
826 =head2 Bidirectional Communication with Yourself
900 =head1 Sockets: Client/Server Communication
1832 Control (modems), and Interprocess Communication", and contains numerous
/openbsd-src/share/snmp/
H A DIANAifType-MIB.txt708 ieee19061nanocom (299), -- Nanoscale and Molecular Communication
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEInstrInfo.td1540 // Section 8.19.9 - LCR (Load Communication Register)
1543 // Section 8.19.10 - SCR (Save Communication Register)
1546 // Section 8.19.11 - TSCR (Test & Set Communication Register)
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq8.pod624 L<perlipc/"Bidirectional Communication with Another Process"> and
625 L<perlipc/"Bidirectional Communication with Yourself">

12