Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DScriptInterpreterPython.h247 EnterSession (bool init_lldb_globals);
/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp199 return m_python_interpreter->EnterSession (init_lldb_globals); in DoInitSession()
640 ScriptInterpreterPython::EnterSession (bool init_lldb_globals) in EnterSession() function in ScriptInterpreterPython