Home
last modified time | relevance | path

Searched refs:SetImmediateErrorStream (Results 1 – 4 of 4) sorted by relevance

/external/lldb/include/lldb/Interpreter/
DCommandReturnObject.h100 SetImmediateErrorStream (const lldb::StreamSP &stream_sp) in SetImmediateErrorStream() function
/external/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp358 result.SetImmediateErrorStream (error_stream); in WatchpointOptionsCallbackFunction()
DCommandObjectBreakpointCommand.cpp381 result.SetImmediateErrorStream (error_stream); in BreakpointOptionsCallbackFunction()
/external/lldb/source/Target/
DTarget.cpp2097 result.SetImmediateErrorStream (m_debugger.GetAsyncErrorStream()); in RunStopHooks()