Home
last modified time | relevance | path

Searched refs:m_stream_sp (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanTracer.cpp38 m_stream_sp(stream_sp) {} in ThreadPlanTracer()
41 : m_thread(thread), m_single_step(true), m_enabled(false), m_stream_sp() {} in ThreadPlanTracer()
44 if (m_stream_sp) in GetLogStream()
45 return m_stream_sp.get(); in GetLogStream()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDLog.h181 std::shared_ptr<llvm::raw_ostream> m_stream_sp; variable
194 return m_stream_sp; in GetStream()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlanTracer.h73 lldb::StreamSP m_stream_sp; variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDLog.cpp94 m_stream_sp = stream_sp; in Enable()
104 m_stream_sp.reset(); in Disable()