Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h145 lldb::StreamSP GetAsyncErrorStream();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp442 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction()
837 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction()
H A DTarget.cpp2584 result.SetImmediateErrorStream(m_debugger.GetAsyncErrorStream()); in RunStopHooks()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1153 StreamSP Debugger::GetAsyncErrorStream() { in GetAsyncErrorStream() function in Debugger
1409 StreamSP error_stream_sp = GetAsyncErrorStream(); in HandleProcessEvent()
1576 StreamSP error_sp(GetAsyncErrorStream()); in DefaultEventHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp292 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1902 auto error_stream_sp = debugger_sp->GetAsyncErrorStream(); in EnableNow()
1935 auto error_stream_sp = debugger_sp->GetAsyncErrorStream(); in EnableNow()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp660 StreamSP error_stream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction()