Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DLog.h190 static bool DumpLogChannel(llvm::StringRef channel,
/openbsd/src/gnu/llvm/lldb/source/Utility/
DLog.cpp242 bool Log::DumpLogChannel(llvm::StringRef channel, in DumpLogChannel() function in Log
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectLog.cpp418 if (Log::DumpLogChannel(channel, *stream_up, error_stream)) { in DoExecute()