Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp418 if (on_entry_flags & Locker::InitGlobals) in EnterSession()
656 … (options.GetSetLLDBGlobals() ? ScriptInterpreterPython::Locker::InitGlobals : 0) | in ExecuteOneLine()
774 … ScriptInterpreterPython::Locker::InitGlobals, in Run()
876 …sion | (options.GetSetLLDBGlobals() ? ScriptInterpreterPython::Locker::InitGlobals : 0) | Locker::… in ExecuteOneLineWithReturn()
1040 …sion | (options.GetSetLLDBGlobals() ? ScriptInterpreterPython::Locker::InitGlobals : 0) | Locker::… in ExecuteMultipleLines()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDScriptInterpreterPython.h453 InitGlobals = 0x0004, enumerator