Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1065 StreamSP Debugger::GetAsyncErrorStream() { in GetAsyncErrorStream() function in Debugger
1361 flush(*GetAsyncErrorStream(), &Process::GetSTDERR); in FlushProcessOutput()
1374 StreamSP error_stream_sp = GetAsyncErrorStream(); in HandleProcessEvent()
1535 StreamSP error_sp(GetAsyncErrorStream()); in DefaultEventHandler()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp454 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction()
864 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h191 lldb::StreamSP GetAsyncErrorStream();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp294 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1842 auto error_stream_sp = debugger_sp->GetAsyncErrorStream(); in EnableNow()
1875 auto error_stream_sp = debugger_sp->GetAsyncErrorStream(); in EnableNow()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp638 StreamSP error_stream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp298 GetTarget().GetDebugger().GetAsyncErrorStream()->PutCString( in DoLoadCore()