Searched refs:m_saved_stdin (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPython.cpp | 498 : ScriptInterpreterPython(debugger), m_saved_stdin(), m_saved_stdout(), in ScriptInterpreterPythonImpl() 688 if (m_saved_stdin.IsValid()) { in LeaveSession() 689 sys_module_dict.SetItemForKey(PythonString("stdin"), m_saved_stdin); in LeaveSession() 690 m_saved_stdin.Reset(); in LeaveSession() 791 m_saved_stdin.Reset(); in EnterSession() 793 if (!SetStdHandle(in_sp, "stdin", m_saved_stdin, "r")) { in EnterSession() 795 SetStdHandle(top_in_sp, "stdin", m_saved_stdin, "r"); in EnterSession()
|
D | ScriptInterpreterPythonImpl.h | 395 python::PythonObject m_saved_stdin; variable
|