Home
last modified time | relevance | path

Searched refs:LLDB_LOG_FLAG_DEBUG (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Core/
DLog.cpp179 PrintfWithFlagsVarArg (LLDB_LOG_FLAG_DEBUG, format, args); in Debug()
196 PrintfWithFlagsVarArg (LLDB_LOG_FLAG_DEBUG | LLDB_LOG_FLAG_VERBOSE, format, args); in DebugVerbose()
/external/lldb/include/lldb/Core/
DLog.h36 #define LLDB_LOG_FLAG_DEBUG (1u << 5) macro