Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp674 (*debugger_sp->GetAsyncErrorStream()) << result.GetErrorData() << '\n'; in Destroy()
1207 StreamSP Debugger::GetAsyncErrorStream() { in GetAsyncErrorStream() function in Debugger
1355 StreamSP stream = debugger.GetAsyncErrorStream(); in PrivateReportDiagnostic()
1562 flush(*GetAsyncErrorStream(), &Process::GetSTDERR); in FlushProcessOutput()
1575 StreamSP error_stream_sp = GetAsyncErrorStream(); in HandleProcessEvent()
1739 StreamSP error_sp(GetAsyncErrorStream()); in DefaultEventHandler()
1919 StreamSP stream = GetAsyncErrorStream(); in HandleDiagnosticEvent()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h170 lldb::StreamSP GetAsyncErrorStream();
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp264 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp628 StreamSP error_stream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2574 StreamSP warning_strm = GetTarget().GetDebugger().GetAsyncErrorStream(); in LaunchPrivate()
2942 StreamSP warning_strm = GetTarget().GetDebugger().GetAsyncErrorStream(); in CompleteAttach()