Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp932 m_python(python) {} in IOHandlerPythonInterpreter()
943 if (m_python) { in Run()
957 m_python, ScriptInterpreterPython::Locker::AcquireLock | in Run()
978 m_python->GetDictionaryName()); in Run()
990 bool Interrupt() override { return m_python->Interrupt(); } in Interrupt()
995 ScriptInterpreterPython *m_python; member in IOHandlerPythonInterpreter