Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h186 static bool DisableLogChannel(llvm::StringRef channel,
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp239 bool Log::DisableLogChannel(llvm::StringRef channel, in DisableLogChannel() function in Log
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp275 if (Log::DisableLogChannel(channel, args.GetArgumentArrayRef(), in DoExecute()