Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/lldb-server/
DLLDBServerUtilities.cpp69 bool success = Log::EnableLogChannel( in SetupLogging()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DLog.h181 EnableLogChannel(const std::shared_ptr<LogHandler> &log_handler_sp,
/openbsd/src/gnu/llvm/lldb/source/Utility/
DLog.cpp211 bool Log::EnableLogChannel(const std::shared_ptr<LogHandler> &log_handler_sp, in EnableLogChannel() function in Log
/openbsd/src/gnu/llvm/lldb/source/Core/
DDebugger.cpp1491 return Log::EnableLogChannel(log_handler_sp, log_options, channel, categories, in EnableLog()