Home
last modified time | relevance | path

Searched defs:log_handler_sp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DLogTest.cpp42 static bool EnableChannel(std::shared_ptr<LogHandler> log_handler_sp, in EnableChannel()
164 auto log_handler_sp = std::make_shared<TestLogHandler>(); in TEST() local
218 auto log_handler_sp = std::make_shared<TestLogHandler>(); in TEST_F() local
240 auto log_handler_sp = std::make_shared<TestLogHandler>(); in TEST_F() local
253 auto log_handler_sp = std::make_shared<TestLogHandler>(); in TEST_F() local
/llvm-project/lldb/source/Utility/
H A DLog.cpp224 EnableLogChannel(const std::shared_ptr<LogHandler> & log_handler_sp,uint32_t log_options,llvm::StringRef channel,llvm::ArrayRef<const char * > categories,llvm::raw_ostream & error_stream) EnableLogChannel() argument
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1639 std::shared_ptr<LogHandler> log_handler_sp; EnableLog() local