Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h391 cpu_type_t m_cpu_type; // The CPU type of this process variable
H A DMachProcess.mm512 : m_pid(0), m_cpu_type(0), m_child_stdin(-1), m_child_stdout(-1), function
1294 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;