Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DScriptInterpreter.h81 bool GetInitSession() const { return m_init_session; } in GetInitSession() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2557 (options.GetInitSession() ? Locker::InitSession : 0) | in LoadScriptingModule()
2560 (options.GetInitSession() ? Locker::TearDownSession : 0), in LoadScriptingModule()