Home
last modified time | relevance | path

Searched refs:init_session (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp106 const bool init_session = false; in OperatingSystemPython() local
111 …f (m_interpreter->LoadScriptingModule (python_module_path_cstr, allow_reload, init_session, error)) in OperatingSystemPython()
/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h202 bool init_session,
DScriptInterpreter.h475 bool init_session, in LoadScriptingModule() argument
/external/lldb/source/Commands/
DCommandObjectCommands.cpp1490 const bool init_session = true; in DoExecute() local
1500 init_session, in DoExecute()
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp2751 bool init_session, in LoadScriptingModule() argument
2776 Locker::AcquireLock | (init_session ? Locker::InitSession : 0), in LoadScriptingModule()
2777 Locker::FreeAcquiredLock | (init_session ? Locker::TearDownSession : 0)); in LoadScriptingModule()