HomeSort by relevance Sort by last modified time
    Searched refs:DNBLogWarning (Results 1 - 2 of 2) sorted by null

  /external/lldb/tools/debugserver/source/
DNBLog.h 69 #define DNBLogWarning(fmt, ...) do { if (DNBLogEnabled()) { _DNBLogWarning(fmt, ## __VA_ARGS__); } } while (0)
81 #define DNBLogWarning(...) ((void)0)
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp 869 DNBLogWarning("MachProcess::DisableBreakpoint ( addr = 0x%8.8llx, remove = %d ) expected a breakpoint opcode but didn't find one.", addr, remove);
911 DNBLogWarning("MachProcess::DisableBreakpoint: unable to disable breakpoint 0x%8.8llx", (uint64_t)addr);
917 DNBLogWarning("MachProcess::DisableBreakpoint: unable to read memory at 0x%8.8llx", (uint64_t)addr);
    [all...]

Completed in 181 milliseconds