Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp42 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 DCMakeLists.txt27 Communication.cpp
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h84 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 DCommunicationTest.cpp31 Communication comm("test"); in TEST()
61 Communication write_comm("test"); in TEST()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommunication.cpp22 : 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 DSBCommunication.h78 lldb_private::Communication *m_opaque = nullptr;
/llvm-project-15.0.7/lldb/source/Utility/
H A DLLDBLog.cpp21 {{"comm"}, {"log communication activities"}, LLDBLog::Communication},
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLLDBLog.h23 Communication = Log::ChannelFlag<4>, enumerator
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Core/
H A DBUILD.gn49 "Communication.cpp",
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DREADME.md11 ### Communication channels
/llvm-project-15.0.7/clang/www/
H A Dmenu.html.incl35 <label>Communication</label>
/llvm-project-15.0.7/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.cpp63 : 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 DCommunicationKDP.h22 class CommunicationKDP : public lldb_private::Communication {
H A DCommunicationKDP.cpp32 : 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 DScriptInterpreter.h122 Communication m_communication;
/llvm-project-15.0.7/lldb/docs/design/
H A Doverview.rst81 - Communication classes that use Connection objects
/llvm-project-15.0.7/mlir/docs/Tools/
H A DMLIRLSP.md328 - Communication and Transport (via JSON-RPC)
334 ### Communication and Transport
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h56 class Communication; variable
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Disl.bib123 TITLE = {Communication Pre-evaluation in {HPF}},
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h2885 Communication m_stdio_communication;
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEInstrInfo.td1538 // 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)

12