Searched refs:m_cpu_type (Results 1 – 2 of 2) sorted by relevance
391 cpu_type_t m_cpu_type; // The CPU type of this process variable
512 : m_pid(0), m_cpu_type(0), m_child_stdin(-1), m_child_stdout(-1), function1294 if (m_cpu_type == 0 && m_pid != 0)1295 m_cpu_type = MachProcess::GetCPUTypeForLocalProcess(m_pid);1296 return m_cpu_type;2279 if (m_cpu_type != process_cpu_type) {2280 DNBLog("arch changed from 0x%8.8x to 0x%8.8x", m_cpu_type,2282 m_cpu_type = process_cpu_type;