Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h80 void SetImmediateErrorStream(const lldb::StreamSP &stream_sp) { in SetImmediateErrorStream() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp294 result.SetImmediateErrorStream(error_stream); in WatchpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp227 result.SetImmediateErrorStream(error_sp); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp662 result.SetImmediateErrorStream(error_stream); in BreakpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2584 result.SetImmediateErrorStream(m_debugger.GetAsyncErrorStream()); in RunStopHooks()