Home
last modified time | relevance | path

Searched defs:stream_sp (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamTee.h24 StreamTee(lldb::StreamSP &stream_sp) { in StreamTee()
30 StreamTee(lldb::StreamSP &stream_sp, lldb::StreamSP &stream_2_sp) { in StreamTee()
72 size_t AppendStream(const lldb::StreamSP &stream_sp) { in AppendStream()
89 lldb::StreamSP stream_sp; in GetStreamAtIndex() local
96 void SetStreamAtIndex(uint32_t idx, const lldb::StreamSP &stream_sp) { in SetStreamAtIndex()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp26 TestLogHandler(std::shared_ptr<llvm::raw_ostream> stream_sp) in TestLogHandler()
41 auto stream_sp = std::make_shared<raw_fd_ostream>( in GetLogStream() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h80 SetImmediateOutputStream(const lldb::StreamSP & stream_sp) SetImmediateOutputStream() argument
86 SetImmediateErrorStream(const lldb::StreamSP & stream_sp) SetImmediateErrorStream() argument
[all...]
H A DScriptInterpreter.h288 lldb::StreamSP stream_sp) { in ScriptedStopHookHandleStop()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp89 : ThreadPlanTracer(thread, stream_sp), m_disassembler_sp(), m_intptr_type(), in ThreadPlanAssemblyTracer() argument
37 ThreadPlanTracer(Thread & thread,lldb::StreamSP & stream_sp) ThreadPlanTracer() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp213 if (StreamFileSP stream_sp = StreamFileSP( in NotifyBreakpointHit() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp267 StreamFileSP stream_sp( NotifyBreakpointHit() local
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp144 lldb::StreamSP stream_sp; in Clear() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1666 lldb::StreamSP stream_sp) { in ScriptedStopHookHandleStop()