Home
last modified time | relevance | path

Searched refs:GetOutputStreamSP (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DStatusline.cpp68 lldb::LockableStreamFileSP stream_sp = m_debugger.GetOutputStreamSP(); in Draw()
94 lldb::LockableStreamFileSP stream_sp = m_debugger.GetOutputStreamSP(); in UpdateScrollWindow()
H A DDebugger.cpp1375 out = GetOutputStreamSP(); in AdoptTopIOHandlerFilesIfInvalid()
2061 if (lldb::LockableStreamFileSP stream_sp = GetOutputStreamSP()) { in StatuslineSupported()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h673 lldb::LockableStreamFileSP GetOutputStreamSP() { return m_output_stream_sp; } in GetOutputStreamSP() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3552 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(), in GetIOHandler()