Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp694 (*debugger_sp->GetAsyncErrorStream()) << result.GetErrorData() << '\n'; in Destroy()
1197 StreamSP Debugger::GetAsyncErrorStream() { in GetAsyncErrorStream() function in Debugger
1348 StreamSP stream = debugger.GetAsyncErrorStream(); in PrivateReportDiagnostic()
1582 flush(*GetAsyncErrorStream(), &Process::GetSTDERR); in FlushProcessOutput()
1595 StreamSP error_stream_sp = GetAsyncErrorStream(); in HandleProcessEvent()
1759 StreamSP error_sp(GetAsyncErrorStream()); in DefaultEventHandler()
1939 StreamSP stream = GetAsyncErrorStream(); in HandleDiagnosticEvent()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h168 lldb::StreamSP GetAsyncErrorStream();
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp264 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp628 StreamSP error_stream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp2578 StreamSP warning_strm = GetTarget().GetDebugger().GetAsyncErrorStream(); in LaunchPrivate()
2963 StreamSP warning_strm = GetTarget().GetDebugger().GetAsyncErrorStream(); in CompleteAttach()