| /openbsd/src/gnu/llvm/lldb/source/Core/ |
| 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 …]
|
| 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 …]
|
| D | CMakeLists.txt | 27 Communication.cpp
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Core/ |
| D | Communication.h | 39 class Communication { 42 Communication(); 47 virtual ~Communication(); 179 Communication(const Communication &) = delete; 180 const Communication &operator=(const Communication &) = delete;
|
| D | ThreadedCommunication.h | 61 class ThreadedCommunication : public Communication, public Broadcaster { 62 using Communication::Communication;
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | LLDBLog.cpp | 21 {{"comm"}, {"log communication activities"}, LLDBLog::Communication},
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Utility/ |
| D | LLDBLog.h | 23 Communication = Log::ChannelFlag<4>, enumerator
|
| /openbsd/src/gnu/usr.bin/clang/liblldbCore/ |
| D | Makefile | 13 Communication.cpp \
|
| /openbsd/src/gnu/llvm/lldb/source/Host/common/ |
| D | Socket.cpp | 229 Log *log = GetLog(LLDBLog::Communication); in Read() 257 Log *log = GetLog(LLDBLog::Communication); in Write()
|
| D | TCPSocket.cpp | 152 Log *log = GetLog(LLDBLog::Communication); in Connect()
|
| /openbsd/src/gnu/llvm/clang/www/ |
| D | menu.html.incl | 35 <label>Communication</label>
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunication.h | 83 class GDBRemoteCommunication : public Communication {
|
| D | GDBRemoteCommunicationServerLLGS.h | 110 Communication m_stdio_communication;
|
| 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/ |
| D | CommunicationKDP.h | 22 class CommunicationKDP : public lldb_private::Communication {
|
| D | CommunicationKDP.cpp | 32 : Communication(), m_addr_byte_size(4), in CommunicationKDP() 199 timeout_usec, Communication::ConnectionStatusAsString(status), in WaitForPacketWithTimeoutMicroSecondsNoLock()
|
| /openbsd/src/etc/ |
| D | protocols | 111 scps 105 SCPS # Space Communication Protocol Standards TCP Compressed Header
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/ |
| D | lldb-forward.h | 56 class Communication; variable
|
| /openbsd/src/sys/dev/fdt/ |
| D | files.fdt | 708 # Qualcomm Inter-Processor Communication controller
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| 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/ |
| D | IANAifType-MIB.txt | 708 ieee19061nanocom (299), -- Nanoscale and Molecular Communication
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| 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/ |
| D | perlfaq8.pod | 624 L<perlipc/"Bidirectional Communication with Another Process"> and 625 L<perlipc/"Bidirectional Communication with Yourself">
|
| /openbsd/src/share/misc/ |
| D | na.phone | 384 500::Personal Communication Service:
|
| /openbsd/src/lib/libcrypto/ |
| D | cert.pem | 4913 === /C=JP/O=SECOM Trust Systems CO.,LTD./CN=Security Communication ECC RootCA1 4923 Subject: C=JP, O=SECOM Trust Systems CO.,LTD., CN=Security Communication ECC RootCA1 4947 === /C=JP/O=SECOM Trust Systems CO.,LTD./CN=Security Communication RootCA3 4957 Subject: C=JP, O=SECOM Trust Systems CO.,LTD., CN=Security Communication RootCA3 4999 === /C=JP/O=SECOM Trust Systems CO.,LTD./OU=Security Communication RootCA2 5008 Subject: C=JP, O=SECOM Trust Systems CO.,LTD., OU=Security Communication RootCA2
|