Home | History | Annotate | Download | only in MacOSX

Lines Matching refs:exc_type

86     exception_type_t            exc_type,
98 DNBLogThreaded ("::%s ( exc_port = 0x%4.4x, exc_type = %d ( %s ), exc_data = 0x%llx, exc_data_count = %d)",
101 exc_type, MachException::Name(exc_type),
115 exception_type_t exc_type,
127 DNBLogThreaded("::%s ( exc_port = 0x%4.4x, thd_port = 0x%4.4x, tsk_port = 0x%4.4x, exc_type = %d ( %s ), exc_data[%d] = { 0x%llx, 0x%llx })",
132 exc_type, MachException::Name(exc_type),
150 exception_type_t exc_type,
156 DNBLogThreaded ("::%s ( exc_port = 0x%4.4x, thd_port = 0x%4.4x, tsk_port = 0x%4.4x, exc_type = %d ( %s ), exc_data[%d] = { 0x%llx, 0x%llx })",
161 exc_type, MachException::Name(exc_type),
171 g_message->exc_type = exc_type;
212 stop_info->details.exception.type = exc_type;
215 const char * exc_name = MachException::Name(exc_type);
221 desc += snprintf(desc, DNB_THREAD_STOP_INFO_MAX_DESC_LENGTH, "%i", exc_type);
269 DNBLog("%s", Name(exc_type));
450 const char *exc_type_name = MachException::Name(exc_type);
451 DNBLogThreadedIf(LOG_EXCEPTIONS, " state { task_port = 0x%4.4x, thread_port = 0x%4.4x, exc_type = %i (%s) ...", task_port, thread_port, exc_type, exc_type_name ? exc_type_name : "???");
553 MachException::Name(exception_type_t exc_type)
555 switch (exc_type)