Searched refs:LOG_EXCEPTIONS (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A 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 …]
|
| H A D | MachTask.mm | 608 DNBLogThreadedIf(LOG_EXCEPTIONS, "MachTask::%s ( )", __FUNCTION__); 645 if (DNBLogCheckLogBit(LOG_EXCEPTIONS) || err.Fail()) { 705 DNBLogThreadedIf(LOG_EXCEPTIONS, 817 DNBLogThreadedIf(LOG_EXCEPTIONS, "thread cancelled..."); 824 DNBLogThreadedIf(LOG_EXCEPTIONS, 828 DNBLogThreadedIf(LOG_EXCEPTIONS, "task has exited..."); 848 DNBLogThreadedIf(LOG_EXCEPTIONS, "got a timeout, continuing..."); 851 DNBLogThreadedIf(LOG_EXCEPTIONS, "task has exited..."); 870 DNBLogThreadedIf(LOG_EXCEPTIONS, "got some other error, do something " 879 DNBLogThreadedIf(LOG_EXCEPTIONS, [all …]
|
| H A D | MachProcess.mm | 1778 DNBLogThreadedIf(LOG_EXCEPTIONS, "Replying to exception %u...", 1796 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) 2213 DNBLogThreadedIf(LOG_EXCEPTIONS, "MachProcess::ExceptionMessageReceived ( )"); 2223 DNBLogThreadedIf(LOG_EXCEPTIONS, "%s: %llu exception messages.", 2343 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) 2367 LOG_EXCEPTIONS, "%s empty exception messages bundle (%llu exceptions).",
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBDefs.h | 123 #define LOG_EXCEPTIONS (1u << 3) macro 139 ((LOG_PROCESS) | (LOG_TASK) | (LOG_THREAD) | (LOG_EXCEPTIONS) | \
|
| H A D | RNBRemote.cpp | 2020 bitmask |= LOG_EXCEPTIONS; in set_logging()
|