Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp69 bool success = Log::EnableLogChannel( in SetupLogging()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h198 EnableLogChannel(const std::shared_ptr<LogHandler> &log_handler_sp,
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp224 bool Log::EnableLogChannel(const std::shared_ptr<LogHandler> &log_handler_sp, in EnableLogChannel() function in Log
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1679 return Log::EnableLogChannel(log_handler_sp, log_options, channel, categories, in EnableLog()