Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp784 lldb::FileSP top_in_sp; in EnterSession() local
787 m_debugger.AdoptTopIOHandlerFilesIfInvalid(top_in_sp, top_out_sp, in EnterSession()
794 if (top_in_sp) in EnterSession()
795 SetStdHandle(top_in_sp, "stdin", m_saved_stdin, "r"); in EnterSession()