Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h323 bool DoInitSession(uint16_t on_entry_flags, lldb::FileSP in,
360 bool EnterSession(uint16_t on_entry_flags, lldb::FileSP in, lldb::FileSP out,
DScriptInterpreterPython.cpp467 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession() argument
472 return m_python_interpreter->EnterSession(on_entry_flags, in, out, err); in DoInitSession()
733 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags, in EnterSession() argument
744 on_entry_flags); in EnterSession()
751 on_entry_flags); in EnterSession()
757 if (on_entry_flags & Locker::InitGlobals) { in EnterSession()
790 if (on_entry_flags & Locker::NoSTDIN) { in EnterSession()