Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h601 bool m_valid_session; variable
H A DScriptInterpreterPython.cpp276 m_valid_session(true), m_lock_count(0), m_command_thread_state(nullptr) { in ScriptInterpreterPython()
770 if (!m_valid_session) in ExecuteOneLine()