Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h248 virtual bool StartReadThread(Status *error_ptr = nullptr);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp144 return m_opaque ? m_opaque->StartReadThread() : false; in ReadThreadStart()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DScriptInterpreter.cpp190 m_communication.StartReadThread(); in ScriptInterpreterIORedirect()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp192 bool Communication::StartReadThread(Status *error_ptr) { in StartReadThread() function in Communication
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp987 m_gdb_comm.StartReadThread(); in ConnectToDebugserver()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4449 m_stdio_communication.StartReadThread(); in SetSTDIOFileDescriptor()