Searched refs:m_operating_system_interface_sp (Results 1 – 2 of 2) sorted by relevance
134 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()
79 lldb::OperatingSystemInterfaceSP m_operating_system_interface_sp = nullptr; variable