Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
HDReportRetriever.cpp214 process_sp->GetTarget().GetDebugger().GetOutputStreamSP())) in NotifyBreakpointHit()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDInstrumentationRuntimeUBSan.cpp119 StreamFileSP Stream = target.GetDebugger().GetOutputStreamSP(); in RetrieveReportData()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h136 lldb::StreamFileSP GetOutputStreamSP() { return m_output_stream_sp; } in GetOutputStreamSP() function
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp1218 out = GetOutputStreamSP(); in AdoptTopIOHandlerFilesIfInvalid()
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp3373 m_debugger.GetInputFileSP(), m_debugger.GetOutputStreamSP(), in GetIOHandler()