Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp698 lldb::StreamFileSP top_out_sp, top_err_sp; in EnterSession() local
700 m_debugger.AdoptTopIOHandlerFilesIfInvalid(top_in_sp, top_out_sp, in EnterSession()
713 if (top_out_sp) in EnterSession()
714 SetStdHandle(top_out_sp->GetFileSP(), "stdout", m_saved_stdout, "w"); in EnterSession()