Searched refs:m_python_object_sp (Results 1 – 4 of 4) sorted by relevance
76 m_interpreter(NULL), m_python_object_sp() { in OperatingSystemPython()108 m_python_object_sp = object_sp; in OperatingSystemPython()118 if (!m_interpreter || !m_python_object_sp) in GetDynamicRegisterInfo()128 m_interpreter->OSPlugin_RegisterInfo(m_python_object_sp); in GetDynamicRegisterInfo()152 if (!m_interpreter || !m_python_object_sp) in UpdateThreadList()182 m_interpreter->OSPlugin_ThreadsInfo(m_python_object_sp); in UpdateThreadList()293 if (!m_interpreter || !m_python_object_sp || !thread) in CreateRegisterContextForThread()337 m_interpreter->OSPlugin_RegisterContextData(m_python_object_sp, in CreateRegisterContextForThread()384 if (m_interpreter && m_python_object_sp) { in CreateThread()403 m_interpreter->OSPlugin_CreateThread(m_python_object_sp, tid, context); in CreateThread()
75 return m_python_object_sp && m_python_object_sp->IsValid(); in IsValid()89 lldb_private::StructuredData::ObjectSP m_python_object_sp; variable
33 m_python_object_sp = in ScriptedStackFrameRecognizer()39 if (!m_python_object_sp || !m_interpreter) in RecognizeFrame()43 m_interpreter->GetRecognizedArguments(m_python_object_sp, frame); in RecognizeFrame()
72 lldb_private::StructuredData::ObjectSP m_python_object_sp; variable