Home
last modified time | relevance | path

Searched refs:on_entry_flags (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h325 bool DoInitSession(uint16_t on_entry_flags, lldb::FileSP in,
362 bool EnterSession(uint16_t on_entry_flags, lldb::FileSP in, lldb::FileSP out,
H A DScriptInterpreterPython.cpp373 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession() argument
378 return m_python_interpreter->EnterSession(on_entry_flags, in, out, err); in DoInitSession()
633 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags, in EnterSession() argument
644 on_entry_flags); in EnterSession()
651 on_entry_flags); in EnterSession()
657 if (on_entry_flags & Locker::InitGlobals) { in EnterSession()
690 if (on_entry_flags & Locker::NoSTDIN) { in EnterSession()