Searched refs:on_entry_flags (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A 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,
|
| H A D | ScriptInterpreterPython.cpp | 390 bool ScriptInterpreterPythonImpl::Locker::DoInitSession(uint16_t on_entry_flags, in DoInitSession() argument 395 return m_python_interpreter->EnterSession(on_entry_flags, in, out, err); in DoInitSession() 646 bool ScriptInterpreterPythonImpl::EnterSession(uint16_t on_entry_flags, in EnterSession() argument 657 on_entry_flags); in EnterSession() 664 on_entry_flags); in EnterSession() 670 if (on_entry_flags & Locker::InitGlobals) { in EnterSession() 703 if (on_entry_flags & Locker::NoSTDIN) { in EnterSession()
|