Searched refs:on_entry_flags (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| D | ScriptInterpreterPythonImpl.h | 328 bool DoInitSession(uint16_t on_entry_flags, lldb::FileSP in, 365 bool EnterSession(uint16_t on_entry_flags, lldb::FileSP in, lldb::FileSP out,
|
| D | ScriptInterpreterPython.cpp | 375 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession() argument 380 return m_python_interpreter->EnterSession(on_entry_flags, in, out, err); in DoInitSession() 637 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags, in EnterSession() argument 648 on_entry_flags); in EnterSession() 655 on_entry_flags); in EnterSession() 661 if (on_entry_flags & Locker::InitGlobals) { in EnterSession() 694 if (on_entry_flags & Locker::NoSTDIN) { in EnterSession()
|