Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h186 static bool DisableLogChannel(llvm::StringRef channel,
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp57 return Log::DisableLogChannel(channel, categories, error_stream); in DisableChannel()
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp226 bool Log::DisableLogChannel(llvm::StringRef channel, in DisableLogChannel() function in Log
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp262 if (Log::DisableLogChannel(channel, args.GetArgumentArrayRef(), in DoExecute()