Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp347 m_python_interpreter(py_interpreter) { in Locker()
368 m_python_interpreter->SetThreadState(PyThreadState_Get()); in DoAcquireLock()
369 m_python_interpreter->IncrementLockCount(); in DoAcquireLock()
376 if (!m_python_interpreter) in DoInitSession()
378 return m_python_interpreter->EnterSession(on_entry_flags, in, out, err); in DoInitSession()
386 m_python_interpreter->DecrementLockCount(); in DoFreeLock()
391 if (!m_python_interpreter) in DoTearDownSession()
393 m_python_interpreter->LeaveSession(); in DoTearDownSession()
H A DScriptInterpreterPythonImpl.h333 ScriptInterpreterPythonImpl *m_python_interpreter; variable