Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h80 llvm::Error LeaveSession();
H A DScriptInterpreterLua.cpp54 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
253 llvm::Error ScriptInterpreterLua::LeaveSession() { in LeaveSession() function in ScriptInterpreterLua
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h365 void LeaveSession();
H A DScriptInterpreterPython.cpp393 m_python_interpreter->LeaveSession(); in DoTearDownSession()
567 void ScriptInterpreterPythonImpl::LeaveSession() { in LeaveSession() function in ScriptInterpreterPythonImpl