Home
last modified time | relevance | path

Searched refs:LOG_EXCEPTIONS (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp63 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()
288 } else if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) { in CatchExceptionRaise()
345 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) in Reply()
354 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) in Reply()
375 DNBLogThreadedIf(LOG_EXCEPTIONS, in Dump()
413 DNBLogThreadedIf(LOG_EXCEPTIONS | LOG_VERBOSE, in Save()
425 if (DNBLogCheckLogBit(LOG_EXCEPTIONS) || err.Fail()) in Save()
435 if (DNBLogCheckLogBit(LOG_EXCEPTIONS) || err.Fail()) in Save()
[all …]
H A DMachTask.mm608 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 DMachProcess.mm1772 DNBLogThreadedIf(LOG_EXCEPTIONS, "Replying to exception %u...",
1790 if (DNBLogCheckLogBit(LOG_EXCEPTIONS))
2207 DNBLogThreadedIf(LOG_EXCEPTIONS, "MachProcess::ExceptionMessageReceived ( )");
2217 DNBLogThreadedIf(LOG_EXCEPTIONS, "%s: %llu exception messages.",
2336 if (DNBLogCheckLogBit(LOG_EXCEPTIONS))
2360 LOG_EXCEPTIONS, "%s empty exception messages bundle (%llu exceptions).",
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBDefs.h123 #define LOG_EXCEPTIONS (1u << 3) macro
139 ((LOG_PROCESS) | (LOG_TASK) | (LOG_THREAD) | (LOG_EXCEPTIONS) | \
H A DRNBRemote.cpp2016 bitmask |= LOG_EXCEPTIONS; in set_logging()