Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.h343 uint32_t m_kdp_hostinfo_cpu_mask; variable
DCommunicationKDP.cpp53 m_kdp_hostinfo_cpu_mask (0u), in CommunicationKDP()
426 m_kdp_hostinfo_cpu_mask = 0; in ClearKDPSettings()
522 return m_kdp_hostinfo_cpu_mask; in GetCPUMask()
619 m_kdp_hostinfo_cpu_mask = reply_packet.GetU32 (&offset); in SendRequestHostInfo()