Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp241 llvm::Error ScriptInterpreterLua::EnterSession(user_id_t debugger_id) { EnterSession() function in ScriptInterpreterLua
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp651 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags, EnterSession() function in ScriptInterpreterPythonImpl