Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h316 TearDownSession = 0x0004 enumerator
321 uint16_t on_leave = FreeLock | TearDownSession,
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp166 m_teardown_session( (on_leave & TearDownSession) == TearDownSession ), in Locker()
772 …iptInterpreterPython::Locker::FreeAcquiredLock | ScriptInterpreterPython::Locker::TearDownSession); in ExecuteOneLine()
1043 …iptInterpreterPython::Locker::FreeAcquiredLock | ScriptInterpreterPython::Locker::TearDownSession); in ExecuteOneLineWithReturn()
1210 …iptInterpreterPython::Locker::FreeAcquiredLock | ScriptInterpreterPython::Locker::TearDownSession); in ExecuteMultipleLines()
2339 …iptInterpreterPython::Locker::FreeAcquiredLock | ScriptInterpreterPython::Locker::TearDownSession); in RunEmbeddedPythonInterpreter()
2777 Locker::FreeAcquiredLock | (init_session ? Locker::TearDownSession : 0)); in LoadScriptingModule()
2979 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
3045 … Locker::FreeLock | Locker::TearDownSession)); in AcquireInterpreterLock()