Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DDebugger.cpp1058 StreamSP Debugger::GetAsyncErrorStream() { in GetAsyncErrorStream() function in Debugger
1286 flush(*GetAsyncErrorStream(), &Process::GetSTDERR); in FlushProcessOutput()
1299 StreamSP error_stream_sp = GetAsyncErrorStream(); in HandleProcessEvent()
1460 StreamSP error_sp(GetAsyncErrorStream()); in DefaultEventHandler()
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h147 lldb::StreamSP GetAsyncErrorStream();
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp439 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction()
827 StreamSP error_sp = debugger.GetAsyncErrorStream(); in PerformAction()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.cpp301 process->GetTarget().GetDebugger().GetAsyncErrorStream()->Printf( in NotifyBreakpointHit()
DDynamicLoaderMacOSXDYLD.cpp398 process->GetTarget().GetDebugger().GetAsyncErrorStream()->Printf( in NotifyBreakpointHit()
/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp292 StreamSP error_stream(debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction()
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1848 auto error_stream_sp = debugger_sp->GetAsyncErrorStream(); in EnableNow()
1881 auto error_stream_sp = debugger_sp->GetAsyncErrorStream(); in EnableNow()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp640 StreamSP error_stream(debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction()
/external/llvm-project/lldb/source/Plugins/Process/minidump/
DProcessMinidump.cpp298 GetTarget().GetDebugger().GetAsyncErrorStream()->PutCString( in DoLoadCore()