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.h79 llvm::Error EnterSession(lldb::user_id_t debugger_id);
H A DScriptInterpreterLua.cpp50 llvm::cantFail(m_script_interpreter.EnterSession(debugger.GetID())); in IOHandlerLuaInterpreter()
241 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.h365 bool EnterSession(uint16_t on_entry_flags, lldb::FileSP in, lldb::FileSP out,
H A DScriptInterpreterPython.cpp395 return m_python_interpreter->EnterSession(on_entry_flags, in, out, err); in DoInitSession()
646 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags, in EnterSession() function in ScriptInterpreterPythonImpl