Searched refs:LOG_VERBOSE (Results 1 – 10 of 10) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachThread.cpp | 51 …DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::MachThread ( process = %p, tid = 0x%8.8" P… in MachThread() 56 …DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::~MachThread() for tid = 0x%8.8" PRIx64 " (… in ~MachThread() 64 DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::%s ( )", __FUNCTION__); in Suspend() 78 DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::%s ( )", __FUNCTION__); in Resume() 88 DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::%s ( )", __FUNCTION__); in SetSuspendCountBeforeResume() 135 DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::%s ( )", __FUNCTION__); in RestoreSuspendCountAfterStop()
|
D | MachVMRegion.cpp | 68 …DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS | LOG_VERBOSE, "MachVMRegion::%s: protections (%u) already… in SetProtections() 95 …DNBLogThreadedIf(LOG_MEMORY_PROTECTIONS | LOG_VERBOSE, "%s: Zero size for task 0x%4.4x at address … in SetProtections()
|
D | MachException.cpp | 498 …DNBLogThreadedIf(LOG_EXCEPTIONS | LOG_VERBOSE, "MachException::PortInfo::Save ( task = 0x%4.4x )",… in Save() 530 …DNBLogThreadedIf(LOG_EXCEPTIONS | LOG_VERBOSE, "MachException::PortInfo::Restore( task = 0x%4.4x )… in Restore()
|
D | MachProcess.cpp | 107 DNBLogThreadedIf(LOG_PROCESS | LOG_VERBOSE, "%s", __PRETTY_FUNCTION__); in MachProcess() 112 DNBLogThreadedIf(LOG_PROCESS | LOG_VERBOSE, "%s", __PRETTY_FUNCTION__); in ~MachProcess() 815 …DNBLogThreadedIf(LOG_BREAKPOINTS | LOG_VERBOSE, "MachProcess::DisableBreakpoint ( addr = 0x%8.8llx… in DisableBreakpoint() 876 …DNBLogThreadedIf(LOG_BREAKPOINTS | LOG_VERBOSE, "MachProcess::DisableBreakpoint ( addr = 0x%8.8llx… in DisableBreakpoint()
|
D | MachTask.cpp | 537 if (DNBLogCheckLogBit(LOG_TASK) && DNBLogCheckLogBit(LOG_VERBOSE) && err.Success()) in BasicInfo()
|
/external/lldb/tools/debugserver/source/ |
D | DNBDefs.h | 125 #define LOG_VERBOSE (1u << 0) macro
|
D | RNBRemote.cpp | 1807 bitmask |= LOG_VERBOSE; in set_logging()
|
D | ChangeLog | 1279 instead of LOG_VERBOSE.
|
/external/libweave/third_party/chromium/base/ |
D | logging.h | 272 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity variable
|
/external/libchrome/base/ |
D | logging.h | 318 const LogSeverity LOG_VERBOSE = -1; // This is level 1 verbosity variable
|