Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp134 m_operating_system_interface_sp = operating_system_interface; in OperatingSystemPython()
141 if (!m_interpreter || !m_operating_system_interface_sp) in GetDynamicRegisterInfo()
151 m_operating_system_interface_sp->GetRegisterInfo(); in GetDynamicRegisterInfo()
167 if (!m_interpreter || !m_operating_system_interface_sp) in UpdateThreadList()
181 m_operating_system_interface_sp->GetThreadInfo(); in UpdateThreadList()
320 m_operating_system_interface_sp->GetRegisterContextForTID( in CreateRegisterContextForThread()
371 m_operating_system_interface_sp->CreateThread(tid, context); in CreateThread()
H A DOperatingSystemPython.h79 lldb::OperatingSystemInterfaceSP m_operating_system_interface_sp = nullptr; variable