Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h79 lldb_private::StructuredData::ObjectSP m_python_object_sp; global() variable
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h79 lldb_private::StructuredData::ObjectSP m_python_object_sp; variable