Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp77 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()
H A DOperatingSystemPython.h65 return m_python_object_sp && m_python_object_sp->IsValid(); in IsValid()
79 lldb_private::StructuredData::ObjectSP m_python_object_sp; variable
/openbsd-src/gnu/llvm/lldb/source/Target/
H A 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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h78 lldb_private::StructuredData::ObjectSP m_python_object_sp; variable