Searched refs:EnableLogChannel (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | LLDBServerUtilities.cpp | 69 bool success = Log::EnableLogChannel( in SetupLogging()
|
| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | LogTest.cpp | 48 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 D | Log.h | 181 EnableLogChannel(const std::shared_ptr<LogHandler> &log_handler_sp,
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Log.cpp | 210 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 D | Debugger.cpp | 1471 return Log::EnableLogChannel(log_handler_sp, log_options, channel, categories, in EnableLog()
|