| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Communication.cpp | 29 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 D | ThreadedCommunication.cpp | 40 : 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 D | CMakeLists.txt | 27 Communication.cpp
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Communication.h | 39 class Communication { 42 Communication(); 47 virtual ~Communication(); 179 Communication(const Communication &) = delete; 180 const Communication &operator=(const Communication &) = delete;
|
| H A D | ThreadedCommunication.h | 61 class ThreadedCommunication : public Communication, public Broadcaster { 62 using Communication::Communication;
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | LLDBLog.cpp | 21 {{"comm"}, {"log communication activities"}, LLDBLog::Communication},
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | LLDBLog.h | 23 Communication = Log::ChannelFlag<4>, enumerator
|
| /openbsd-src/gnu/usr.bin/clang/liblldbCore/ |
| H A D | Makefile | 13 Communication.cpp \
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Socket.cpp | 229 Log *log = GetLog(LLDBLog::Communication); in Read() 257 Log *log = GetLog(LLDBLog::Communication); in Write()
|
| H A D | TCPSocket.cpp | 152 Log *log = GetLog(LLDBLog::Communication); in Connect()
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Core/ |
| H A D | BUILD.gn | 50 "Communication.cpp",
|
| /openbsd-src/gnu/llvm/clang/www/ |
| H A D | menu.html.incl | 35 <label>Communication</label>
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunication.h | 83 class GDBRemoteCommunication : public Communication {
|
| H A D | GDBRemoteCommunicationServerLLGS.h | 110 Communication m_stdio_communication;
|
| H A D | GDBRemoteCommunication.cpp | 61 : Communication(), in GDBRemoteCommunication() 263 timeout, Communication::ConnectionStatusAsString(status), error, in WaitForPacketNoLock()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | CommunicationKDP.h | 22 class CommunicationKDP : public lldb_private::Communication {
|
| H A D | CommunicationKDP.cpp | 32 : Communication(), m_addr_byte_size(4), in CommunicationKDP() 199 timeout_usec, Communication::ConnectionStatusAsString(status), in WaitForPacketWithTimeoutMicroSecondsNoLock()
|
| /openbsd-src/etc/ |
| H A D | protocols | 111 scps 105 SCPS # Space Communication Protocol Standards TCP Compressed Header
|
| /openbsd-src/gnu/llvm/lldb/docs/design/ |
| H A D | overview.rst | 81 - Communication classes that use Connection objects
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 56 class Communication; variable
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | files.fdt | 704 # Qualcomm Inter-Processor Communication controller
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlipc.pod | 770 =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 D | IANAifType-MIB.txt | 708 ieee19061nanocom (299), -- Nanoscale and Molecular Communication
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 1540 // 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 D | perlfaq8.pod | 624 L<perlipc/"Bidirectional Communication with Another Process"> and 625 L<perlipc/"Bidirectional Communication with Yourself">
|