Searched refs:m_kdp_hostinfo_cpu_type (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h303 return m_kdp_hostinfo_cpu_type != 0;
344 uint32_t m_kdp_hostinfo_cpu_type; member in class:CommunicationKDP
H A DCommunicationKDP.cpp54 m_kdp_hostinfo_cpu_type (0u),
427 m_kdp_hostinfo_cpu_type = 0;
530 return m_kdp_hostinfo_cpu_type;
620 m_kdp_hostinfo_cpu_type = reply_packet.GetU32 (&offset);
625 m_kdp_hostinfo_cpu_type,

Completed in 151 milliseconds