Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DDebugger.h376 lldb::StreamSP m_log_callback_stream_sp; variable
/external/lldb/source/Core/
DDebugger.cpp644 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()