Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h337 bool m_teardown_session; variable
H A DScriptInterpreterPython.cpp369 m_teardown_session((on_leave & TearDownSession) == TearDownSession), in Locker()
375 m_teardown_session = false; in Locker()
421 if (m_teardown_session) in ~Locker()