Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp69 bool success = Log::EnableLogChannel( in SetupLogging()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp48 return Log::EnableLogChannel(log_handler_sp, log_options, channel, categories, in EnableChannel()
159 Log::EnableLogChannel(log_handler_sp, 0, "chan", {"foo"}, llvm::nulls())); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h181 EnableLogChannel(const std::shared_ptr<LogHandler> &log_handler_sp,
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp210 bool Log::EnableLogChannel(const std::shared_ptr<LogHandler> &log_handler_sp, in EnableLogChannel() function in Log
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1471 return Log::EnableLogChannel(log_handler_sp, log_options, channel, categories, in EnableLog()