Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp99 void Log::Enable(const std::shared_ptr<LogHandler> &handler_sp, in Enable() argument
109 m_handler = handler_sp; in Enable()
377 auto handler_sp = GetHandler(); in WriteMessage() local
378 if (!handler_sp) in WriteMessage()
380 handler_sp->Emit(message); in WriteMessage()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h275 void Enable(const std::shared_ptr<LogHandler> &handler_sp,
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp396 if (auto handler_sp = m_io_handler_stack.Top()) in SetTerminalWidth() local
397 handler_sp->TerminalSizeChanged(); in SetTerminalWidth()
418 if (auto handler_sp = m_io_handler_stack.Top()) in SetTerminalHeight() local
419 handler_sp->TerminalSizeChanged(); in SetTerminalHeight()