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/
DScriptInterpreterPythonImpl.h412 bool m_valid_session; variable
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()