Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Core/
DCommunicationTest.cpp28 ASSERT_TRUE(comm.StartReadThread()); in TEST()
/external/llvm-project/lldb/include/lldb/Core/
DCommunication.h248 virtual bool StartReadThread(Status *error_ptr = nullptr);
/external/llvm-project/lldb/source/API/
DSBCommunication.cpp144 return m_opaque ? m_opaque->StartReadThread() : false; in ReadThreadStart()
/external/llvm-project/lldb/source/Interpreter/
DScriptInterpreter.cpp178 m_communication.StartReadThread(); in ScriptInterpreterIORedirect()
/external/llvm-project/lldb/source/Core/
DCommunication.cpp192 bool Communication::StartReadThread(Status *error_ptr) { in StartReadThread() function in Communication
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp981 m_gdb_comm.StartReadThread(); in ConnectToDebugserver()
/external/llvm-project/lldb/source/Target/
DProcess.cpp4578 m_stdio_communication.StartReadThread(); in SetSTDIOFileDescriptor()