Searched refs:LOG_EXCEPTIONS (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachException.cpp | 63 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) { in catch_mach_exception_raise_state() 79 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) { in catch_mach_exception_raise_state_identity() 97 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) { in catch_mach_exception_raise() 133 DNBLogThreadedIf(LOG_EXCEPTIONS, " exc_msg { bits = 0x%8.8x size = 0x%8.8x " in Dump() 140 DNBLogThreadedIf(LOG_EXCEPTIONS, "reply_msg { bits = 0x%8.8x size = 0x%8.8x " in Dump() 228 const bool log_exceptions = DNBLogCheckLogBit(LOG_EXCEPTIONS); in Receive() 288 } else if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) { in CatchExceptionRaise() 321 if (DNBLogCheckLogBit(LOG_EXCEPTIONS) || err.Fail()) in Reply() 329 LOG_EXCEPTIONS, "::mach_msg ( msg->{bits = %#x, size = %u, remote_port = " in Reply() 345 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) in Reply() [all …]
|
D | MachTask.mm | 599 DNBLogThreadedIf(LOG_EXCEPTIONS, "MachTask::%s ( )", __FUNCTION__); 637 if (DNBLogCheckLogBit(LOG_EXCEPTIONS) || err.Fail()) { 697 DNBLogThreadedIf(LOG_EXCEPTIONS, 809 DNBLogThreadedIf(LOG_EXCEPTIONS, "thread cancelled..."); 816 DNBLogThreadedIf(LOG_EXCEPTIONS, 820 DNBLogThreadedIf(LOG_EXCEPTIONS, "task has exited..."); 840 DNBLogThreadedIf(LOG_EXCEPTIONS, "got a timeout, continuing..."); 843 DNBLogThreadedIf(LOG_EXCEPTIONS, "task has exited..."); 862 DNBLogThreadedIf(LOG_EXCEPTIONS, "got some other error, do something " 871 DNBLogThreadedIf(LOG_EXCEPTIONS, [all …]
|
D | MachProcess.mm | 1747 DNBLogThreadedIf(LOG_EXCEPTIONS, "Replying to exception %u...", 1765 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) 2182 DNBLogThreadedIf(LOG_EXCEPTIONS, "MachProcess::ExceptionMessageReceived ( )"); 2192 DNBLogThreadedIf(LOG_EXCEPTIONS, "%s: %llu exception messages.", 2311 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) 2335 LOG_EXCEPTIONS, "%s empty exception messages bundle (%llu exceptions).",
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNBDefs.h | 120 #define LOG_EXCEPTIONS (1u << 3) macro 136 ((LOG_PROCESS) | (LOG_TASK) | (LOG_THREAD) | (LOG_EXCEPTIONS) | \
|
D | RNBRemote.cpp | 2098 bitmask |= LOG_EXCEPTIONS; in set_logging()
|