Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp94 void Log::Enable(const std::shared_ptr<LogHandler> &handler_sp, in Enable() argument
101 m_handler = handler_sp; in Enable()
364 auto handler_sp = GetHandler(); in WriteMessage() local
365 if (!handler_sp) in WriteMessage()
367 handler_sp->Emit(message); in WriteMessage()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h283 void Enable(const std::shared_ptr<LogHandler> &handler_sp, uint32_t options,
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp373 if (auto handler_sp = m_io_handler_stack.Top()) in SetTerminalWidth() local
374 handler_sp->TerminalSizeChanged(); in SetTerminalWidth()