Home
last modified time | relevance | path

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

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