Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp267 process_sp->GetTarget().GetDebugger().GetOutputStreamSP()); in NotifyBreakpointHit()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp119 StreamFileSP Stream = target.GetDebugger().GetOutputStreamSP(); in RetrieveReportData()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h136 lldb::StreamFileSP GetOutputStreamSP() { return m_output_stream_sp; } in GetOutputStreamSP() function
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1132 out = GetOutputStreamSP(); in AdoptTopIOHandlerFilesIfInvalid()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3286 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(), in GetIOHandler()