| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Communication.cpp | 42 Communication::Communication(const char *name) in Communication() function in Communication 63 Communication::~Communication() { in ~Communication() 70 void Communication::Clear() { in Clear() 79 LLDB_LOG(GetLog(LLDBLog::Communication), in Connect() 114 bool Communication::IsConnected() const { in IsConnected() 119 bool Communication::HasConnection() const { in HasConnection() 176 LLDB_LOG(GetLog(LLDBLog::Communication), in Write() 207 LLDB_LOG(GetLog(LLDBLog::Communication), in StartReadThread() 238 LLDB_LOG(GetLog(LLDBLog::Communication), in StopReadThread() 280 LLDB_LOG(GetLog(LLDBLog::Communication), in AppendBytesToCache() [all …]
|
| H A D | CMakeLists.txt | 27 Communication.cpp
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Communication.h | 84 class Communication : public Broadcaster { 117 Communication(const char *broadcaster_name); 122 ~Communication() override; 378 Communication(const Communication &) = delete; 379 const Communication &operator=(const Communication &) = delete;
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | CommunicationTest.cpp | 31 Communication comm("test"); in TEST() 61 Communication write_comm("test"); in TEST()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBCommunication.cpp | 22 : m_opaque(new Communication(broadcaster_name)), m_opaque_owned(true) { in SBCommunication() 172 return Communication::GetStaticBroadcasterClass().AsCString(); in GetBroadcasterClass()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBCommunication.h | 78 lldb_private::Communication *m_opaque = nullptr;
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | LLDBLog.cpp | 21 {{"comm"}, {"log communication activities"}, LLDBLog::Communication},
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | LLDBLog.h | 23 Communication = Log::ChannelFlag<4>, enumerator
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Core/ |
| H A D | BUILD.gn | 49 "Communication.cpp",
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | README.md | 11 ### Communication channels
|
| /llvm-project-15.0.7/clang/www/ |
| H A D | menu.html.incl | 35 <label>Communication</label>
|
| /llvm-project-15.0.7/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 | 63 : Communication(comm_name), in GDBRemoteCommunication() 282 timeout, Communication::ConnectionStatusAsString(status), error, in WaitForPacketNoLock()
|
| /llvm-project-15.0.7/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(comm_name), m_addr_byte_size(4), in CommunicationKDP() 199 timeout_usec, Communication::ConnectionStatusAsString(status), in WaitForPacketWithTimeoutMicroSecondsNoLock()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 122 Communication m_communication;
|
| /llvm-project-15.0.7/lldb/docs/design/ |
| H A D | overview.rst | 81 - Communication classes that use Connection objects
|
| /llvm-project-15.0.7/mlir/docs/Tools/ |
| H A D | MLIRLSP.md | 328 - Communication and Transport (via JSON-RPC) 334 ### Communication and Transport
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-forward.h | 56 class Communication; variable
|
| /llvm-project-15.0.7/polly/lib/External/isl/doc/ |
| H A D | isl.bib | 123 TITLE = {Communication Pre-evaluation in {HPF}},
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Process.h | 2885 Communication m_stdio_communication;
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEInstrInfo.td | 1538 // Section 8.19.9 - LCR (Load Communication Register) 1541 // Section 8.19.10 - SCR (Save Communication Register) 1544 // Section 8.19.11 - TSCR (Test & Set Communication Register)
|