Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h79 bool GetInitSession() const { return m_init_session; } in GetInitSession() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2658 (options.GetInitSession() ? Locker::InitSession : 0) | in LoadScriptingModule()
2661 (options.GetInitSession() ? Locker::TearDownSession : 0), in LoadScriptingModule()