Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp51 m_object_instance_sp = in CreatePluginObject()
54 return m_object_instance_sp; in CreatePluginObject()
84 if (!m_object_instance_sp) in GetStatusFromMethod()
87 if (!m_object_instance_sp) in GetStatusFromMethod()
90 (PyObject *)m_object_instance_sp->GetValue()); in GetStatusFromMethod()
148 if (!m_object_instance_sp) in GetGenericInteger()
151 if (!m_object_instance_sp) in GetGenericInteger()
154 (PyObject *)m_object_instance_sp->GetValue()); in GetGenericInteger()
232 if (!m_object_instance_sp) in ReadMemoryAtAddress()
235 if (!m_object_instance_sp) in ReadMemoryAtAddress()
[all …]
H A DScriptedProcessPythonInterface.h61 StructuredData::GenericSP m_object_instance_sp; variable
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h21 ScriptedProcessInterface() : m_object_instance_sp(nullptr) {} in ScriptedProcessInterface()
64 StructuredData::ObjectSP m_object_instance_sp;