Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DDebugger.h143 GetAsyncErrorStream ();
/external/lldb/source/Target/
DStopInfo.cpp435 StreamSP error_sp = debugger.GetAsyncErrorStream (); in PerformAction()
745 StreamSP error_sp = debugger.GetAsyncErrorStream (); in PerformAction()
DTarget.cpp2097 result.SetImmediateErrorStream (m_debugger.GetAsyncErrorStream()); in RunStopHooks()
/external/lldb/source/Commands/
DCommandObjectExpression.cpp295 StreamSP error_stream = reader.GetDebugger().GetAsyncErrorStream(); in MultiLineExpressionCallback()
DCommandObjectWatchpointCommand.cpp356 StreamSP error_stream (debugger.GetAsyncErrorStream()); in WatchpointOptionsCallbackFunction()
DCommandObjectBreakpointCommand.cpp379 StreamSP error_stream (debugger.GetAsyncErrorStream()); in BreakpointOptionsCallbackFunction()
/external/lldb/source/Core/
DDebugger.cpp1074 Debugger::GetAsyncErrorStream () in GetAsyncErrorStream() function in Debugger