Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h194 static bool ListChannelCategories(llvm::StringRef channel,
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp270 bool Log::ListChannelCategories(llvm::StringRef channel, in ListChannelCategories() function in Log
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp326 success && Log::ListChannelCategories(entry.ref(), output_stream); in DoExecute()