Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h409 bool m_valid_session; variable
H A DScriptInterpreterPython.cpp411 m_pty_secondary_is_open(false), m_valid_session(true), m_lock_count(0), in ScriptInterpreterPythonImpl()
816 if (!m_valid_session) in ExecuteOneLine()