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.cpp71 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.cpp234 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.cpp1850 return Log::EnableLogChannel(log_handler_sp, log_options, channel, categories, in EnableLog()