Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h308 InitGlobals = 0x0004, enumerator
460 ScriptInterpreterPythonImpl::Locker::InitGlobals, in Run()
H A DScriptInterpreterPython.cpp675 if (on_entry_flags & Locker::InitGlobals) { in EnterSession()
872 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteOneLine()
999 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteOneLineWithReturn()
1123 (options.GetSetLLDBGlobals() ? Locker::InitGlobals : 0) | in ExecuteMultipleLines()