Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp774 cpu_type_t process_cpu_type = GetCPUTypeForLocalProcess(m_pid); in ExceptionMessageBundleComplete() local
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()