Home
last modified time | relevance | path

Searched refs:m_pass_error (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp144 *error_ptr = std::move(m_pass_error); in Read()
319 m_pass_error = std::move(error); in ReadThread()
/llvm-project/lldb/include/lldb/Core/
H A DThreadedCommunication.h248 Status m_pass_error; ///< Error passthrough from read thread. variable