Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp210 if ((on_entry & InitSession) == InitSession) { in Locker()
860 ScriptInterpreterPython::Locker::InitSession | in ExecuteOneLine()
958 ScriptInterpreterPython::Locker::InitSession | in Run()
1047 ScriptInterpreterPython::Locker::InitSession | in ExecuteOneLineWithReturn()
1203 ScriptInterpreterPython::Locker::InitSession | in ExecuteMultipleLines()
2206 Locker py_lock(this, Locker::AcquireLock | Locker::InitSession | in GetScriptedSummary()
2277 Locker::InitSession | in BreakpointCallbackFunction()
2325 Locker::InitSession | in WatchpointCallbackFunction()
2764 (init_session ? Locker::InitSession : 0) | in LoadScriptingModule()
2959 Locker::AcquireLock | Locker::InitSession | in RunScriptBasedCommand()
[all …]
H A DScriptInterpreterPython.h495 InitSession = 0x0002, enumerator
508 uint16_t on_entry = AcquireLock | InitSession,