Lines Matching full:log_exceptions
96 if (DNBLogCheckLogBit(LOG_EXCEPTIONS))
125 if (DNBLogCheckLogBit(LOG_EXCEPTIONS))
154 if (DNBLogCheckLogBit(LOG_EXCEPTIONS))
183 DNBLogThreadedIf(LOG_EXCEPTIONS,
192 DNBLogThreadedIf(LOG_EXCEPTIONS,
276 const bool log_exceptions = DNBLogCheckLogBit(LOG_EXCEPTIONS);
278 if (log_exceptions && ((options & MACH_RCV_TIMEOUT) == 0))
304 if (log_exceptions)
350 else if (DNBLogCheckLogBit(LOG_EXCEPTIONS))
392 if (DNBLogCheckLogBit(LOG_EXCEPTIONS) || err.Fail())
397 DNBLogThreadedIf(LOG_EXCEPTIONS, "::mach_msg ( msg->{bits = %#x, size = %u, remote_port = %#x, local_port = %#x, reserved = 0x%x, id = 0x%x}, option = %#x, send_size = %u, rcv_size = %u, rcv_name = %#x, timeout = %u, notify = %#x)",
423 if (DNBLogCheckLogBit(LOG_EXCEPTIONS))
431 if (DNBLogCheckLogBit(LOG_EXCEPTIONS))
437 if (DNBLogCheckLogBit(LOG_EXCEPTIONS))
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 : "???");
459 DNBLogThreadedIf(LOG_EXCEPTIONS, " exc_data: EXC_SOFT_SIGNAL (%i (%s))", soft_signal, sig_str ? sig_str : "unknown signal");
467 LOG_EXCEPTIONS, " exc_data[%llu]: 0x%llx", (uint64_t)idx, (uint64_t)exc_data[idx]);
498 DNBLogThreadedIf(LOG_EXCEPTIONS | LOG_VERBOSE, "MachException::PortInfo::Save ( task = 0x%4.4x )", task);
508 if (DNBLogCheckLogBit(LOG_EXCEPTIONS) || err.Fail())
516 if (DNBLogCheckLogBit(LOG_EXCEPTIONS) || err.Fail())
530 DNBLogThreadedIf(LOG_EXCEPTIONS | LOG_VERBOSE, "MachException::PortInfo::Restore( task = 0x%4.4x )", task);
538 if (DNBLogCheckLogBit(LOG_EXCEPTIONS) || err.Fail())