Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h407 bool m_valid_session; variable
DScriptInterpreterPython.cpp505 m_pty_secondary_is_open(false), m_valid_session(true), m_lock_count(0), in ScriptInterpreterPythonImpl()
916 if (!m_valid_session) in ExecuteOneLine()