Searched refs:m_log_callback_stream_sp (Results 1 – 2 of 2) sorted by relevance
376 lldb::StreamSP m_log_callback_stream_sp; variable
644 m_log_callback_stream_sp.reset (new StreamCallback (log_callback, baton)); in Debugger()2623 m_log_callback_stream_sp.reset (new StreamCallback (log_callback, baton)); in SetLoggingCallback()2632 if (m_log_callback_stream_sp) in EnableLog()2634 log_stream_sp = m_log_callback_stream_sp; in EnableLog()