Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h109 lldb::StreamSP GetImmediateErrorStream() const { in GetImmediateErrorStream() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp333 if (!only_if_no_immediate || ref().GetImmediateErrorStream().get() == nullptr) in GetError()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp269 result.GetImmediateErrorStream()->Flush(); in WatchpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp625 result.GetImmediateErrorStream()->Flush(); in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2764 if (result.GetImmediateErrorStream()) in HandleCommands()
2765 result.GetImmediateErrorStream()->Flush(); in HandleCommands()
3298 const bool inline_diagnostics = !result.GetImmediateErrorStream() && in IOHandlerInputComplete()
3318 if (!result.GetImmediateErrorStream()) { in IOHandlerInputComplete()