Home
last modified time | relevance | path

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

/external/lldb/include/lldb/
Dlldb-private-log.h47 #define LIBLLDB_LOG_ALL (UINT32_MAX) macro
/external/lldb/source/
Dlldb-log.cpp119 if (0 == ::strcasecmp(arg, "all")) flag_bits &= ~LIBLLDB_LOG_ALL; in DisableLog()
189 if (0 == ::strcasecmp(arg, "all")) flag_bits |= LIBLLDB_LOG_ALL; in EnableLog()