Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h190 static bool DumpLogChannel(llvm::StringRef channel,
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp241 bool Log::DumpLogChannel(llvm::StringRef channel, in DumpLogChannel() function in Log
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp418 if (Log::DumpLogChannel(channel, *stream_up, error_stream)) { in DoExecute()