Home
last modified time | relevance | path

Searched refs:StartReadThread (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DCommunication.h276 virtual bool StartReadThread(Status *error_ptr = nullptr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommunication.cpp166 success = m_opaque->StartReadThread(); in ReadThreadStart()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp192 bool Communication::StartReadThread(Status *error_ptr) { in StartReadThread() function in Communication
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp811 output_comm.StartReadThread(); in ExecuteOneLine()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4669 m_stdio_communication.StartReadThread(); in SetSTDIOFileDescriptor()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1051 m_gdb_comm.StartReadThread(); in ConnectToDebugserver()