Searched refs:DNBLogCheckLogBit (Results 1 – 10 of 10) sorted by relevance
96 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) in catch_mach_exception_raise_state()125 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) in catch_mach_exception_raise_state_identity()154 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) in catch_mach_exception_raise()276 const bool log_exceptions = DNBLogCheckLogBit(LOG_EXCEPTIONS); in Receive()350 else if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) in CatchExceptionRaise()392 if (DNBLogCheckLogBit(LOG_EXCEPTIONS) || err.Fail()) in Reply()423 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) in Reply()431 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) in Reply()437 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) in Reply()508 if (DNBLogCheckLogBit(LOG_EXCEPTIONS) || err.Fail()) in Save()[all …]
79 if (DNBLogCheckLogBit(LOG_TASK) || err.Fail()) in Suspend()107 if (DNBLogCheckLogBit(LOG_TASK) || err.Fail()) in Resume()179 …if (DNBLogCheckLogBit(LOG_MEMORY_DATA_LONG) || (DNBLogCheckLogBit(LOG_MEMORY_DATA_SHORT) && size <… in ReadMemory()201 …if (DNBLogCheckLogBit(LOG_MEMORY_DATA_LONG) || (DNBLogCheckLogBit(LOG_MEMORY_DATA_SHORT) && size <… in WriteMemory()487 if (DNBLogCheckLogBit(LOG_TASK) || err.Fail()) in TaskPortForProcessID()534 const bool log_process = DNBLogCheckLogBit(LOG_TASK); in BasicInfo()537 if (DNBLogCheckLogBit(LOG_TASK) && DNBLogCheckLogBit(LOG_VERBOSE) && err.Success()) in BasicInfo()612 if (DNBLogCheckLogBit(LOG_EXCEPTIONS) || err.Fail()) in StartExceptionThread()648 if (DNBLogCheckLogBit(LOG_TASK) || err.Fail()) in ShutDownExcecptionThread()652 if (DNBLogCheckLogBit(LOG_TASK) || err.Fail()) in ShutDownExcecptionThread()[all …]
75 if (DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS)) in SetProtections()81 if (DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS) || m_err.Fail()) in SetProtections()107 if (DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS) || m_err.Fail()) in RestoreProtections()140 const bool log_protections = DNBLogCheckLogBit(LOG_MEMORY_PROTECTIONS); in GetRegionForAddress()
547 if (DNBLogCheckLogBit(LOG_PROCESS) || err.Fail() || (ret != 0)) in Detach()685 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) in ReplyToAllExceptions()1163 if (DNBLogCheckLogBit(LOG_EXCEPTIONS)) in ExceptionMessageBundleComplete()1167 if (DNBLogCheckLogBit(LOG_THREAD)) in ExceptionMessageBundleComplete()1306 if (DNBLogCheckLogBit(LOG_PROCESS)) in STDIOThread()1817 if (err.Fail() || DNBLogCheckLogBit(LOG_PROCESS)) in PosixSpawnChildForPTraceDebugging()1834 if (err.Fail() || DNBLogCheckLogBit(LOG_PROCESS)) in PosixSpawnChildForPTraceDebugging()1853 if (err.Fail() || DNBLogCheckLogBit(LOG_PROCESS)) in PosixSpawnChildForPTraceDebugging()1866 if (!file_actions_valid || DNBLogCheckLogBit(LOG_PROCESS)) in PosixSpawnChildForPTraceDebugging()1895 if (err.Fail() || DNBLogCheckLogBit (LOG_PROCESS)) in PosixSpawnChildForPTraceDebugging()[all …]
70 if (DNBLogCheckLogBit(LOG_THREAD) || err.Fail()) in Suspend()116 if (DNBLogCheckLogBit(LOG_THREAD) || err.Fail()) in SetSuspendCountBeforeResume()145 if (DNBLogCheckLogBit(LOG_THREAD) || err.Fail()) in RestoreSuspendCountAfterStop()166 if (DNBLogCheckLogBit(LOG_THREAD) || err.Fail()) in RestoreSuspendCountAfterStop()
564 if (DNBLogCheckLogBit(LOG_MEMORY)) in Read()571 if (DNBLogCheckLogBit(LOG_MEMORY)) in Read()657 if (DNBLogCheckLogBit(LOG_MEMORY) || m_err.Fail()) in WriteRegion()664 if (DNBLogCheckLogBit(LOG_MEMORY) || m_err.Fail()) in WriteRegion()
281 if (DNBLogCheckLogBit(LOG_THREAD) || err.Fail()) in UpdateThreadList()
95 if (err.Fail() || DNBLogCheckLogBit(LOG_RNB_COMM)) in Listen()114 if (err.Fail() || DNBLogCheckLogBit(LOG_RNB_COMM)) in Listen()141 if (err.Fail() || DNBLogCheckLogBit(LOG_RNB_COMM)) in Listen()165 if (err.Fail() || DNBLogCheckLogBit(LOG_RNB_COMM)) in Listen()351 if (err.Fail() || DNBLogCheckLogBit(LOG_RNB_COMM)) in Read()385 if (err.Fail() || DNBLogCheckLogBit(LOG_RNB_COMM)) in Write()
49 bool DNBLogCheckLogBit (uint32_t bit) DNB_EXPORT;85 #define DNBLogCheckLogBit(bit) ((bool)false)
61 DNBLogCheckLogBit (uint32_t bit) in DNBLogCheckLogBit() function