Searched refs:LLDB_LOG_FLAG_DEBUG (Results 1 – 2 of 2) sorted by relevance
179 PrintfWithFlagsVarArg (LLDB_LOG_FLAG_DEBUG, format, args); in Debug()196 PrintfWithFlagsVarArg (LLDB_LOG_FLAG_DEBUG | LLDB_LOG_FLAG_VERBOSE, format, args); in DebugVerbose()
36 #define LLDB_LOG_FLAG_DEBUG (1u << 5) macro