Home
last modified time | relevance | path

Searched refs:ThreadedCommunication (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp35 llvm::StringRef ThreadedCommunication::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass()
40 ThreadedCommunication::ThreadedCommunication(const char *name) in ThreadedCommunication() function in ThreadedCommunication
58 ThreadedCommunication::~ThreadedCommunication() { in ~ThreadedCommunication()
64 void ThreadedCommunication::Clear() { in Clear()
70 ConnectionStatus ThreadedCommunication::Disconnect(Status *error_ptr) { in Disconnect()
76 size_t ThreadedCommunication::Read(void *dst, size_t dst_len, in Read()
158 bool ThreadedCommunication::StartReadThread(Status *error_ptr) { in StartReadThread()
194 bool ThreadedCommunication::StopReadThread(Status *error_ptr) { in StopReadThread()
211 bool ThreadedCommunication::JoinReadThread(Status *error_ptr) { in JoinReadThread()
221 size_t ThreadedCommunication::GetCachedBytes(void *dst, size_t dst_len) { in GetCachedBytes()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DThreadedCommunication.h61 class ThreadedCommunication : public Communication, public Broadcaster {
93 ThreadedCommunication(const char *broadcaster_name);
98 ~ThreadedCommunication() override;
293 ThreadedCommunication(const ThreadedCommunication &) = delete;
294 const ThreadedCommunication &
295 operator=(const ThreadedCommunication &) = delete;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp22 : m_opaque(new ThreadedCommunication(broadcaster_name)), in SBCommunication()
173 return ConstString(ThreadedCommunication::GetStaticBroadcasterClass()) in GetBroadcasterClass()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h78 lldb_private::ThreadedCommunication *m_opaque = nullptr;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h132 ThreadedCommunication m_communication;
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h250 class ThreadedCommunication; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3117 ThreadedCommunication m_stdio_communication;
/freebsd/lib/clang/liblldb/
H A DMakefile201 SRCS+= Core/ThreadedCommunication.cpp