Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/lldb/source/Core/
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 …]
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 …]
DCMakeLists.txt27 Communication.cpp
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DCommunication.h39 class Communication {
42 Communication();
47 virtual ~Communication();
179 Communication(const Communication &) = delete;
180 const Communication &operator=(const Communication &) = delete;
DThreadedCommunication.h61 class ThreadedCommunication : public Communication, public Broadcaster {
62 using Communication::Communication;
/openbsd/src/gnu/llvm/lldb/source/Utility/
DLLDBLog.cpp21 {{"comm"}, {"log communication activities"}, LLDBLog::Communication},
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DLLDBLog.h23 Communication = Log::ChannelFlag<4>, enumerator
/openbsd/src/gnu/usr.bin/clang/liblldbCore/
DMakefile13 Communication.cpp \
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DSocket.cpp229 Log *log = GetLog(LLDBLog::Communication); in Read()
257 Log *log = GetLog(LLDBLog::Communication); in Write()
DTCPSocket.cpp152 Log *log = GetLog(LLDBLog::Communication); in Connect()
/openbsd/src/gnu/llvm/clang/www/
Dmenu.html.incl35 <label>Communication</label>
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h83 class GDBRemoteCommunication : public Communication {
DGDBRemoteCommunicationServerLLGS.h110 Communication m_stdio_communication;
DGDBRemoteCommunication.cpp61 : Communication(), in GDBRemoteCommunication()
263 timeout, Communication::ConnectionStatusAsString(status), error, in WaitForPacketNoLock()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.h22 class CommunicationKDP : public lldb_private::Communication {
DCommunicationKDP.cpp32 : Communication(), m_addr_byte_size(4), in CommunicationKDP()
199 timeout_usec, Communication::ConnectionStatusAsString(status), in WaitForPacketWithTimeoutMicroSecondsNoLock()
/openbsd/src/etc/
Dprotocols111 scps 105 SCPS # Space Communication Protocol Standards TCP Compressed Header
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-forward.h56 class Communication; variable
/openbsd/src/sys/dev/fdt/
Dfiles.fdt708 # Qualcomm Inter-Processor Communication controller
/openbsd/src/gnu/usr.bin/perl/pod/
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/
DIANAifType-MIB.txt708 ieee19061nanocom (299), -- Nanoscale and Molecular Communication
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
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/
Dperlfaq8.pod624 L<perlipc/"Bidirectional Communication with Another Process"> and
625 L<perlipc/"Bidirectional Communication with Yourself">
/openbsd/src/share/misc/
Dna.phone384 500::Personal Communication Service:
/openbsd/src/lib/libcrypto/
Dcert.pem4913 === /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

12