Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp241 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 DScriptInterpreterPython.cpp651 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags, in EnterSession() function in ScriptInterpreterPythonImpl