Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.h81 llvm::Error LeaveSession();
H A DScriptInterpreterLua.cpp55 llvm::cantFail(m_script_interpreter.LeaveSession()); in ~IOHandlerLuaInterpreter()
267 llvm::Error ScriptInterpreterLua::LeaveSession() { in LeaveSession() function in ScriptInterpreterLua
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h376 void LeaveSession();
H A DScriptInterpreterPython.cpp397 m_python_interpreter->LeaveSession(); in DoTearDownSession()
569 void ScriptInterpreterPythonImpl::LeaveSession() { in LeaveSession() function in ScriptInterpreterPythonImpl