Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h330 bool m_teardown_session; variable
DScriptInterpreterPython.cpp439 m_teardown_session((on_leave & TearDownSession) == TearDownSession), in Locker()
446 m_teardown_session = false; in Locker()
492 if (m_teardown_session) in ~Locker()