Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp76 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()
H A DOperatingSystemPython.h75 return m_python_object_sp && m_python_object_sp->IsValid(); in IsValid()
89 lldb_private::StructuredData::ObjectSP m_python_object_sp; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameRecognizer.cpp33 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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h72 lldb_private::StructuredData::ObjectSP m_python_object_sp; variable