Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp93 void Log::Enable(const std::shared_ptr<LogHandler> &handler_sp, in Enable() argument
100 m_handler = handler_sp; in Enable()
349 auto handler_sp = GetHandler(); in WriteMessage() local
350 if (!handler_sp) in WriteMessage()
352 handler_sp->Emit(message); in WriteMessage()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h278 void Enable(const std::shared_ptr<LogHandler> &handler_sp, uint32_t options,
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp351 if (auto handler_sp = m_io_handler_stack.Top()) in SetTerminalWidth() local
352 handler_sp->TerminalSizeChanged(); in SetTerminalWidth()