Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp683 lldb::LockableStreamFileSP top_out_sp, top_err_sp; in EnterSession() local
686 top_err_sp); in EnterSession()
704 if (top_err_sp) in EnterSession()
705 SetStdHandle(top_err_sp->GetUnlockedFileSP(), "stderr", m_saved_stderr, in EnterSession()