We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcb3af commit 8126340Copy full SHA for 8126340
lldb/source/Utility/Log.cpp
@@ -48,6 +48,7 @@ void Log::ForEachCategory(
48
49
void Log::ListCategories(llvm::raw_ostream &stream,
50
const ChannelMap::value_type &entry) {
51
+ stream << llvm::formatv("Logging categories for '{0}':\n", entry.first());
52
ForEachCategory(entry,
53
[&stream](llvm::StringRef name, llvm::StringRef description) {
54
stream << llvm::formatv(" {0} - {1}\n", name, description);
0 commit comments