Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h80 llvm::Error EnterSession(lldb::user_id_t debugger_id);
H A DScriptInterpreterLua.cpp51 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
254 llvm::Error ScriptInterpreterLua::EnterSession(user_id_t debugger_id) { in EnterSession() function in ScriptInterpreterLua
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h373 bool EnterSession(uint16_t on_entry_flags, lldb::FileSP in, lldb::FileSP out,
H A DScriptInterpreterPython.cpp382 return m_python_interpreter->EnterSession(on_entry_flags, in, out, err); in DoInitSession()
631 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags, in EnterSession() function in ScriptInterpreterPythonImpl