Home
last modified time | relevance | path

Searched refs:ListChannelCategories (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h194 static bool ListChannelCategories(llvm::StringRef channel,
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp63 return Log::ListChannelCategories(channel, result_stream); in ListCategories()
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp257 bool Log::ListChannelCategories(llvm::StringRef channel, in ListChannelCategories() function in Log
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp314 success && Log::ListChannelCategories(entry.ref(), output_stream); in DoExecute()