Home
last modified time | relevance | path

Searched refs:m_error_stream_sp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h144 return m_error_stream_sp->GetUnlockedFileSP(); in GetErrorFileSP()
674 lldb::LockableStreamFileSP GetErrorStreamSP() { return m_error_stream_sp; } in GetErrorStreamSP()
720 lldb::LockableStreamFileSP m_error_stream_sp; variable
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h419 lldb::LockableStreamFileSP m_error_stream_sp; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp969 m_error_stream_sp(std::make_shared<LockableStreamFile>( in Debugger()
1193 m_error_stream_sp = in SetErrorFile()
1323 is_stdout ? m_output_stream_sp : m_error_stream_sp; in PrintAsync()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1518 m_output_stream_sp(output_stream_sp), m_error_stream_sp(error_stream_sp), in Editline()