Searched refs:FORMAT_LOG (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 606 #define FORMAT_LOG(Message) "[%s] " Message, FormatterKind<ImplSP> macro 617 LLDB_LOGF(log, FORMAT_LOG("Search failed. Giving language a chance.")); in Get() 623 LLDB_LOGF(log, FORMAT_LOG("Language search success. Returning.")); in Get() 629 LLDB_LOGF(log, FORMAT_LOG("Search failed. Giving hardcoded a chance.")); in Get() 638 LLDB_LOGF(log, "\n\n" FORMAT_LOG("Looking into cache for type %s"), in GetCached() 642 LLDB_LOGF(log, FORMAT_LOG("Cache search success. Returning.")); in GetCached() 649 LLDB_LOGF(log, FORMAT_LOG("Cache search failed. Going normal route")); in GetCached() 654 LLDB_LOGF(log, FORMAT_LOG("Caching %p for type %s"), in GetCached() 664 #undef FORMAT_LOG
|