Searched refs:DNBLogWarning (Results 1 – 2 of 2) sorted by relevance
69 #define DNBLogWarning(fmt, ...) do { if (DNBLogEnabled()) { _DNBLogWarning(fmt, ## … macro81 #define DNBLogWarning(...) ((void)0)
869 …DNBLogWarning("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, remove = %d ) expected a breakpo… in DisableBreakpoint()911 …DNBLogWarning("MachProcess::DisableBreakpoint: unable to disable breakpoint 0x%8.8llx", (uint64_t)… in DisableBreakpoint()917 …DNBLogWarning("MachProcess::DisableBreakpoint: unable to read memory at 0x%8.8llx", (uint64_t)addr… in DisableBreakpoint()981 …DNBLogWarning("MachProcess::EnableBreakpoint ( addr = 0x%8.8llx ): breakpoint already enabled.", (… in EnableBreakpoint()1057 …DNBLogWarning("MachProcess::EnableWatchpoint(addr = 0x%8.8llx): watchpoint already enabled.", (uin… in EnableWatchpoint()