Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp778 (*debugger_sp->GetAsyncErrorStream()) << result.GetErrorData() << '\n'; in Destroy()
1293 StreamSP Debugger::GetAsyncErrorStream() { in GetAsyncErrorStream() function in Debugger
1536 StreamSP stream = debugger.GetAsyncErrorStream(); in PrivateReportDiagnostic()
1770 flush(*GetAsyncErrorStream(), &Process::GetSTDERR); in FlushProcessOutput()
1783 StreamSP error_stream_sp = GetAsyncErrorStream(); in HandleProcessEvent()
1952 StreamSP error_sp(GetAsyncErrorStream()); in DefaultEventHandler()
2132 StreamSP stream = GetAsyncErrorStream(); in HandleDiagnosticEvent()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp252 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h166 lldb::StreamSP GetAsyncErrorStream();
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp619 StreamSP error_stream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2766 StreamSP warning_strm = GetTarget().GetDebugger().GetAsyncErrorStream(); in LaunchPrivate()
3152 StreamSP warning_strm = GetTarget().GetDebugger().GetAsyncErrorStream(); in CompleteAttach()