Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp35 ConstString &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()
76 size_t ThreadedCommunication::Read(void *dst, size_t dst_len, in Read()
194 bool ThreadedCommunication::StopReadThread(Status *error_ptr) { in StopReadThread()
211 bool ThreadedCommunication::JoinReadThread(Status *error_ptr) { in JoinReadThread()
261 bool ThreadedCommunication::ReadThreadIsRunning() { in ReadThreadIsRunning()
265 lldb::thread_result_t ThreadedCommunication::ReadThread() { in ReadThread()
351 void ThreadedCommunication::SynchronizeWithReadThread() { in SynchronizeWithReadThread()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp22 : m_opaque(new ThreadedCommunication(broadcaster_name)), in SBCommunication()
173 return ThreadedCommunication::GetStaticBroadcasterClass().AsCString(); in GetBroadcasterClass()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommunication.h78 lldb_private::ThreadedCommunication *m_opaque = nullptr;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h130 ThreadedCommunication m_communication;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h246 class ThreadedCommunication; variable
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3056 ThreadedCommunication m_stdio_communication;
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile190 SRCS+= Core/ThreadedCommunication.cpp