Home
last modified time | relevance | path

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

/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()
/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp26 TestLogHandler(std::shared_ptr<llvm::raw_ostream> stream_sp) in TestLogHandler() argument
41 auto stream_sp = std::make_shared<raw_fd_ostream>( GetLogStream() local
/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 ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp,ExecutionContext & exc_ctx,lldb::StreamSP stream_sp) ScriptedStopHookHandleStop() argument
/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp36 ThreadPlanTracer::ThreadPlanTracer(Thread &thread, lldb::StreamSP &stream_sp) in ThreadPlanTracer() argument
88 lldb::StreamSP &stream_sp) in ThreadPlanAssemblyTracer() argument
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp213 if (StreamFileSP stream_sp = StreamFileSP( in NotifyBreakpointHit() local
/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp144 lldb::StreamSP stream_sp; Clear() local
[all...]
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1666 ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp,ExecutionContext & exc_ctx,lldb::StreamSP stream_sp) ScriptedStopHookHandleStop() argument