Home
last modified time | relevance | path

Searched refs:m_log_callback_stream_sp (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp673 m_log_callback_stream_sp.reset (new StreamCallback (log_callback, baton)); in Debugger()
1270 m_log_callback_stream_sp.reset (new StreamCallback (log_callback, baton)); in SetLoggingCallback()
1277 if (m_log_callback_stream_sp) in EnableLog()
1279 log_stream_sp = m_log_callback_stream_sp; in EnableLog()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDDebugger.h434 lldb::StreamSP m_log_callback_stream_sp; variable