Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h412 bool m_valid_session; variable
H A DScriptInterpreterPython.cpp413 m_pty_secondary_is_open(false), m_valid_session(true), m_lock_count(0), in ScriptInterpreterPythonImpl()
820 if (!m_valid_session) in ExecuteOneLine()