Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp652 lldb::StreamFileSP out_sp; in EnterSession() local
655 m_interpreter.GetDebugger().AdoptTopIOHandlerFilesIfInvalid(in_sp, out_sp, in EnterSession()
668 if (out_sp) in EnterSession()
669 SetStdHandle(out_sp->GetFile(), "stdout", m_saved_stdout, "w"); in EnterSession()