Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp34 ConstString &ThreadedCommunication::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass()
39 ThreadedCommunication::ThreadedCommunication(const char *name) in ThreadedCommunication() function in ThreadedCommunication
57 ThreadedCommunication::~ThreadedCommunication() { in ~ThreadedCommunication()
63 void ThreadedCommunication::Clear() { in Clear()
69 ConnectionStatus ThreadedCommunication::Disconnect(Status *error_ptr) { in Disconnect()
75 size_t ThreadedCommunication::Read(void *dst, size_t dst_len, in Read()
157 bool ThreadedCommunication::StartReadThread(Status *error_ptr) { in StartReadThread()
191 bool ThreadedCommunication::StopReadThread(Status *error_ptr) { in StopReadThread()
208 bool ThreadedCommunication::JoinReadThread(Status *error_ptr) { in JoinReadThread()
216 size_t ThreadedCommunication::GetCachedBytes(void *dst, size_t dst_len) { in GetCachedBytes()
[all …]
H A DCMakeLists.txt57 ThreadedCommunication.cpp
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h61 class ThreadedCommunication : public Communication, public Broadcaster {
93 ThreadedCommunication(const char *broadcaster_name);
98 ~ThreadedCommunication() override;
281 ThreadedCommunication(const ThreadedCommunication &) = delete;
282 const ThreadedCommunication &
283 operator=(const ThreadedCommunication &) = delete;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommunication.cpp22 : m_opaque(new ThreadedCommunication(broadcaster_name)), in SBCommunication()
173 return ThreadedCommunication::GetStaticBroadcasterClass().AsCString(); in GetBroadcasterClass()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommunication.h78 lldb_private::ThreadedCommunication *m_opaque = nullptr;
/openbsd-src/gnu/usr.bin/clang/liblldbCore/
H A DMakefile43 ThreadedCommunication.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Core/
H A DBUILD.gn80 "ThreadedCommunication.cpp",
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h124 ThreadedCommunication m_communication;
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h241 class ThreadedCommunication; variable
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2924 ThreadedCommunication m_stdio_communication;