Lines Matching refs:exc_data

59     const mach_exception_data_t exc_data, mach_msg_type_number_t exc_data_count,  in catch_mach_exception_raise_state()  argument
67 MachException::Name(exc_type), (uint64_t)exc_data, in catch_mach_exception_raise_state()
75 exception_type_t exc_type, mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity() argument
85 (uint64_t)(exc_data_count > 0 ? exc_data[0] : 0xBADDBADD), in catch_mach_exception_raise_state_identity()
86 (uint64_t)(exc_data_count > 1 ? exc_data[1] : 0xBADDBADD)); in catch_mach_exception_raise_state_identity()
95 mach_exception_data_t exc_data, in catch_mach_exception_raise() argument
103 (uint64_t)(exc_data_count > 0 ? exc_data[0] : 0xBADDBADD), in catch_mach_exception_raise()
104 (uint64_t)(exc_data_count > 1 ? exc_data[1] : 0xBADDBADD)); in catch_mach_exception_raise()
107 g_message->exc_data.clear(); in catch_mach_exception_raise()
113 g_message->AppendExceptionData(exc_data, exc_data_count); in catch_mach_exception_raise()
118 exc_data[0] == EXC_SOFT_SIGNAL && exc_data[1] == SIGTRAP) { in catch_mach_exception_raise()
125 g_message->AppendExceptionData(exc_data, exc_data_count); in catch_mach_exception_raise()
177 stop_info->details.exception.data_count = exc_data.size(); in GetStopInfo()
197 desc, end_desc - desc, "0x%llx%c", (uint64_t)exc_data[idx], in GetStopInfo()
205 stop_info->details.exception.data[i] = exc_data[i]; in GetStopInfo()
370 const size_t exc_data_count = exc_data.size(); in Dump()
383 (uint64_t)idx, (uint64_t)exc_data[idx]); in Dump()