Searched defs:stream_sp (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp26 std::shared_ptr<raw_ostream> stream_sp = std::make_shared<raw_fd_ostream>( local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamTee.h24 StreamTee(lldb::StreamSP &stream_sp) argument
31 StreamTee(lldb::StreamSP &stream_sp, lldb::StreamSP &stream_2_sp) argument
75 size_t AppendStream(const lldb::StreamSP &stream_sp) { argument
92 lldb::StreamSP stream_sp; local
99 SetStreamAtIndex(uint32_t idx, const lldb::StreamSP &stream_sp) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h74 SetImmediateOutputStream(const lldb::StreamSP &stream_sp) argument
78 SetImmediateErrorStream(const lldb::StreamSP &stream_sp) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp36 ThreadPlanTracer::ThreadPlanTracer(Thread &thread, lldb::StreamSP &stream_sp) argument
78 ThreadPlanAssemblyTracer(Thread &thread, lldb::StreamSP &stream_sp) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp147 lldb::StreamSP stream_sp; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp87 void Log::Enable(const std::shared_ptr<llvm::raw_ostream> &stream_sp, argument
324 auto stream_sp = GetStream(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp440 StreamSP stream_sp = GetTarget().GetDebugger().GetAsyncOutputStream(); local

Completed in 86 milliseconds