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

/freebsd-current/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()));
241 llvm::Error ScriptInterpreterLua::EnterSession(user_id_t debugger_id) { function in class:ScriptInterpreterLua
/freebsd-current/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);
646 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags,
655 "ScriptInterpreterPythonImpl::EnterSession(on_entry_flags=0x%" PRIx16
663 "ScriptInterpreterPythonImpl::EnterSession(on_entry_flags=0x%" PRIx16 ")",

Completed in 159 milliseconds