Lines Matching refs:DNBLog
329 * DNBLog.cpp (GetLogThreadedMutex): New function.
629 * DNBLog.cpp (_DNBLogThreaded): Added sequence ID for threaded logs.
710 a single DNBLog() call so there aren't multiple newlines when logging
1163 function and use DNBLog calls.
1166 from the function prototype in favor of using DNBLog calls.
1168 DNBLog for the logging and print a log line each time a full line
1174 DNBLog.cpp(g_debug_opt): Renamed to d_debug and made it a file
1194 * DNBLog.h (DNBLOG_FLAG_FATAL): New defines that get passed to
1202 (DNBLog*): All logging calls are now exported from libdebugnub.dylib
1207 handle and now use DNBLog calls.
1216 from params and use DNBLog for logging output.
1217 (MachException::ThreadMessage::Dump): Log using DNBLog instead of
1257 * DNBLog.cpp (g_debug_opt): Relocated outside of #if that turns off
1261 * DNBLog.h (DNBLogToASL): Added prototype for when logging is
1323 * DNBLog.cpp (DNBLogCloseLogFile): New function to close a logfile
1325 * DNBLog.h: Prototype.
1332 * DNBLog.cpp (DNBLogGetLogMask): New fun.c
1333 * DNBLog.h: Prototype.
1337 * DNBLog.cpp: Add ASL logging as a run-time selectable option.
1340 * DNBLog.h: Prototypes.
1438 * DNBLog.h: Removed C++ namespace for DNBLog (changed all DNBLog::
1439 to DNBLog) so C99 var arg macros can be used to completely disable
1442 * DNBLog.cpp: Ditto.