Home
last modified time | relevance | path

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

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