Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1451 std::shared_ptr<LogHandler> log_handler_sp; in EnableLog() local
1453 log_handler_sp = m_callback_handler_sp; in EnableLog()
1458 log_handler_sp = in EnableLog()
1464 log_handler_sp = pos->second.lock(); in EnableLog()
1465 if (!log_handler_sp) { in EnableLog()
1480 log_handler_sp = in EnableLog()
1483 m_stream_handlers[log_file] = log_handler_sp; in EnableLog()
1486 assert(log_handler_sp); in EnableLog()
1491 return Log::EnableLogChannel(log_handler_sp, log_options, channel, categories, in EnableLog()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DLog.cpp211 bool Log::EnableLogChannel(const std::shared_ptr<LogHandler> &log_handler_sp, in EnableLogChannel() argument
223 iter->second.Enable(log_handler_sp, log_options, flags); in EnableLogChannel()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DLog.h181 EnableLogChannel(const std::shared_ptr<LogHandler> &log_handler_sp,