Home
last modified time | relevance | path

Searched refs:GetUnlockedFileSP (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DStreamFile.h95 std::shared_ptr<File> GetUnlockedFileSP() { return m_file_sp; } in GetUnlockedFileSP() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h120 return m_output_file_sp->GetUnlockedFileSP(); in GetOutputFile()
123 return m_error_file_sp->GetUnlockedFileSP(); in GetErrorFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h140 return m_output_stream_sp->GetUnlockedFileSP(); in GetOutputFileSP()
144 return m_error_stream_sp->GetUnlockedFileSP(); in GetErrorFileSP()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp223 io_handler.GetOutputStreamFileSP()->GetUnlockedFileSP()); in IOHandlerInputComplete()
225 io_handler.GetErrorStreamFileSP()->GetUnlockedFileSP()); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp699 SetStdHandle(top_out_sp->GetUnlockedFileSP(), "stdout", m_saved_stdout, in EnterSession()
705 SetStdHandle(top_err_sp->GetUnlockedFileSP(), "stderr", m_saved_stderr, in EnterSession()