Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp163 m_cpu_type(0), m_exception_port(MACH_PORT_NULL), m_exc_port_info(), in NativeProcessDarwin()
686 if (m_cpu_type == 0 && m_pid != 0) in GetCPUType()
687 m_cpu_type = GetCPUTypeForLocalProcess(m_pid); in GetCPUType()
688 return m_cpu_type; in GetCPUType()
775 if (m_cpu_type != process_cpu_type) { in ExceptionMessageBundleComplete()
779 __FUNCTION__, m_cpu_type, process_cpu_type); in ExceptionMessageBundleComplete()
780 m_cpu_type = process_cpu_type; in ExceptionMessageBundleComplete()
H A DNativeProcessDarwin.h147 mutable cpu_type_t m_cpu_type; variable