Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h326 bool DoInitSession(uint16_t on_entry_flags, lldb::FileSP in,
363 bool EnterSession(uint16_t on_entry_flags, lldb::FileSP in, lldb::FileSP out,
DScriptInterpreterPython.cpp494 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession() argument
499 return m_python_interpreter->EnterSession(on_entry_flags, in, out, err); in DoInitSession()
762 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags, in EnterSession() argument
773 on_entry_flags); in EnterSession()
780 on_entry_flags); in EnterSession()
786 if (on_entry_flags & Locker::InitGlobals) { in EnterSession()
819 if (on_entry_flags & Locker::NoSTDIN) { in EnterSession()