Searched refs:LIBLLDB_LOG_COMMANDS (Results 1 – 3 of 3) sorted by relevance
40 #define LIBLLDB_LOG_COMMANDS (1U << 18) macro57 LIBLLDB_LOG_COMMANDS)
122 else if (0 == ::strcasecmp(arg, "commands")) flag_bits &= ~LIBLLDB_LOG_COMMANDS; in DisableLog()192 else if (0 == ::strcasecmp(arg, "commands")) flag_bits |= LIBLLDB_LOG_COMMANDS; in EnableLog()
1505 Log *log (lldb_private::GetLogIfAllCategoriesSet (LIBLLDB_LOG_COMMANDS)); in HandleCommand()