Searched refs:GetAsyncErrorStream (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h147 lldb::StreamSP GetAsyncErrorStream();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1045 StreamSP Debugger::GetAsyncErrorStream() { function in class:Debugger
1273 flush(*GetAsyncErrorStream(), &Process::GetSTDERR);
1286 StreamSP error_stream_sp = GetAsyncErrorStream();
1447 StreamSP error_sp(GetAsyncErrorStream());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp292 StreamSP error_stream(debugger.GetAsyncErrorStream());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp439 StreamSP error_sp = debugger.GetAsyncErrorStream();
827 StreamSP error_sp = debugger.GetAsyncErrorStream();
H A DTarget.cpp2636 result.SetImmediateErrorStream(m_debugger.GetAsyncErrorStream());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp640 StreamSP error_stream(debugger.GetAsyncErrorStream());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1848 auto error_stream_sp = debugger_sp->GetAsyncErrorStream();
1881 auto error_stream_sp = debugger_sp->GetAsyncErrorStream();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp297 GetTarget().GetDebugger().GetAsyncErrorStream()->PutCString(

Completed in 188 milliseconds