Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DScriptInterpreterLua.cpp40 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
153 llvm::Error ScriptInterpreterLua::EnterSession(user_id_t debugger_id) { in EnterSession() function in ScriptInterpreterLua
DScriptInterpreterLua.h65 llvm::Error EnterSession(lldb::user_id_t debugger_id);
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h360 bool EnterSession(uint16_t on_entry_flags, lldb::FileSP in, lldb::FileSP out,
DScriptInterpreterPython.cpp472 return m_python_interpreter->EnterSession(on_entry_flags, in, out, err); in DoInitSession()
733 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags, in EnterSession() function in ScriptInterpreterPythonImpl