Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/lldb-server/
DLLDBServerUtilities.cpp53 bool success = Log::EnableLogChannel( in SetupLogging()
/external/llvm-project/lldb/unittests/Utility/
DLogTest.cpp36 return Log::EnableLogChannel(stream_sp, log_options, channel, categories, in EnableChannel()
131 EXPECT_TRUE(Log::EnableLogChannel(stream_sp, 0, "chan", {"foo"}, llvm::nulls())); in TEST()
/external/llvm-project/lldb/include/lldb/Utility/
DLog.h104 EnableLogChannel(const std::shared_ptr<llvm::raw_ostream> &log_stream_sp,
/external/llvm-project/lldb/source/Utility/
DLog.cpp201 bool Log::EnableLogChannel( in EnableLogChannel() function in Log
/external/llvm-project/lldb/source/Core/
DDebugger.cpp1195 return Log::EnableLogChannel(log_stream_sp, log_options, channel, categories, in EnableLog()