Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp764 (*debugger_sp->GetAsyncErrorStream()) << result.GetErrorData() << '\n'; in Destroy()
1279 StreamSP Debugger::GetAsyncErrorStream() { in GetAsyncErrorStream() function in Debugger
1496 StreamSP stream = debugger.GetAsyncErrorStream(); in PrivateReportDiagnostic()
1730 flush(*GetAsyncErrorStream(), &Process::GetSTDERR); in FlushProcessOutput()
1743 StreamSP error_stream_sp = GetAsyncErrorStream(); in HandleProcessEvent()
1911 StreamSP error_sp(GetAsyncErrorStream()); in DefaultEventHandler()
2091 StreamSP stream = GetAsyncErrorStream(); in HandleDiagnosticEvent()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp264 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h173 lldb::StreamSP GetAsyncErrorStream();
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp627 StreamSP error_stream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2603 StreamSP warning_strm = GetTarget().GetDebugger().GetAsyncErrorStream(); in LaunchPrivate()
2992 StreamSP warning_strm = GetTarget().GetDebugger().GetAsyncErrorStream(); in CompleteAttach()