Searched refs:m_log_callback_stream_sp (Results 1 – 2 of 2) sorted by relevance
673 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()
434 lldb::StreamSP m_log_callback_stream_sp; variable