Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h314 TearDownSession = 0x0004 enumerator
319 uint16_t on_leave = FreeLock | TearDownSession,
460 ScriptInterpreterPythonImpl::Locker::TearDownSession); in Run()
H A DScriptInterpreterPython.cpp363 m_teardown_session((on_leave & TearDownSession) == TearDownSession), in Locker()
869 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteOneLine()
996 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteOneLineWithReturn()
1120 Locker::FreeAcquiredLock | Locker::TearDownSession, in ExecuteMultipleLines()
2487 (options.GetInitSession() ? Locker::TearDownSession : 0), in LoadScriptingModule()
2705 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
2750 Locker::FreeLock | Locker::TearDownSession); in RunScriptBasedCommand()
2927 Locker::FreeLock | Locker::TearDownSession)); in AcquireInterpreterLock()