Searched refs:init_lldb_globals (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DScriptInterpreterPython.h247 EnterSession (bool init_lldb_globals);
332 DoInitSession (bool init_lldb_globals);
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp195 ScriptInterpreterPython::Locker::DoInitSession(bool init_lldb_globals) argument
199 return m_python_interpreter->EnterSession (init_lldb_globals);
640 ScriptInterpreterPython::EnterSession (bool init_lldb_globals) argument
648 log->Printf("ScriptInterpreterPython::EnterSession(init_lldb_globals=%i) session is already active, returning without doing anything", init_lldb_globals);
653 log->Printf("ScriptInterpreterPython::EnterSession(init_lldb_globals=%i)", init_lldb_globals);
660 if (init_lldb_globals)
/external/lldb/source/Core/
H A DModule.cpp1372 const bool init_lldb_globals = false; local
1375 init_lldb_globals,

Completed in 142 milliseconds