Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp82 m_interpreter(nullptr), m_python_object_sp() { in OperatingSystemPython()
112 m_python_object_sp = object_sp; in OperatingSystemPython()
122 if (!m_interpreter || !m_python_object_sp) in GetDynamicRegisterInfo()
132 m_interpreter->OSPlugin_RegisterInfo(m_python_object_sp); in GetDynamicRegisterInfo()
154 if (!m_interpreter || !m_python_object_sp) in UpdateThreadList()
184 m_interpreter->OSPlugin_ThreadsInfo(m_python_object_sp); in UpdateThreadList()
295 if (!m_interpreter || !m_python_object_sp || !thread) in CreateRegisterContextForThread()
339 m_interpreter->OSPlugin_RegisterContextData(m_python_object_sp, in CreateRegisterContextForThread()
386 if (m_interpreter && m_python_object_sp) { in CreateThread()
405 m_interpreter->OSPlugin_CreateThread(m_python_object_sp, tid, context); in CreateThread()
DOperatingSystemPython.h68 return m_python_object_sp && m_python_object_sp->IsValid(); in IsValid()
82 lldb_private::StructuredData::ObjectSP m_python_object_sp; variable
/external/llvm-project/lldb/source/Target/
DStackFrameRecognizer.cpp29 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()
/external/llvm-project/lldb/include/lldb/Target/
DStackFrameRecognizer.h77 lldb_private::StructuredData::ObjectSP m_python_object_sp; variable