Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h78 lldb_private::StructuredData::ObjectSP m_python_object_sp; variable