Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h332 DoInitSession (bool init_lldb_globals);
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp176 if (DoInitSession((on_entry & InitGlobals) == InitGlobals) == false) in Locker()
195 ScriptInterpreterPython::Locker::DoInitSession(bool init_lldb_globals) in DoInitSession() function in ScriptInterpreterPython::Locker