Searched refs:m_python_object_sp (Results 1 – 4 of 4) sorted by relevance
77 m_interpreter(nullptr), m_python_object_sp() { in OperatingSystemPython()107 m_python_object_sp = object_sp; in OperatingSystemPython()117 if (!m_interpreter || !m_python_object_sp) in GetDynamicRegisterInfo()127 m_interpreter->OSPlugin_RegisterInfo(m_python_object_sp); in GetDynamicRegisterInfo()142 if (!m_interpreter || !m_python_object_sp) in UpdateThreadList()172 m_interpreter->OSPlugin_ThreadsInfo(m_python_object_sp); in UpdateThreadList()283 if (!m_interpreter || !m_python_object_sp || !thread) in CreateRegisterContextForThread()327 m_interpreter->OSPlugin_RegisterContextData(m_python_object_sp, in CreateRegisterContextForThread()374 if (m_interpreter && m_python_object_sp) { in CreateThread()393 m_interpreter->OSPlugin_CreateThread(m_python_object_sp, tid, context); in CreateThread()
65 return m_python_object_sp && m_python_object_sp->IsValid(); in IsValid()79 lldb_private::StructuredData::ObjectSP m_python_object_sp; variable
29 m_python_object_sp = in ScriptedStackFrameRecognizer()35 if (!m_python_object_sp || !m_interpreter) in RecognizeFrame()39 m_interpreter->GetRecognizedArguments(m_python_object_sp, frame); in RecognizeFrame()
78 lldb_private::StructuredData::ObjectSP m_python_object_sp; variable