Home
last modified time | relevance | path

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

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