Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp77 m_interpreter(nullptr), m_script_object_sp() { in OperatingSystemPython()
133 m_script_object_sp = owned_script_object_sp; in OperatingSystemPython()
292 if (!m_interpreter || !m_script_object_sp || !thread) in CreateRegisterContextForThread()
368 if (m_interpreter && m_script_object_sp) { in CreateThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.h74 lldb_private::StructuredData::GenericSP m_script_object_sp = nullptr; variable
H A DScriptedThread.cpp27 lldbassert(m_script_object_sp && "Invalid Script Object."); in CheckInterpreterAndScriptObject()
87 m_script_object_sp(script_object_sp) {} in GetName()