Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h88 lldb::StreamSP GetImmediateErrorStream() { in GetImmediateErrorStream() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandReturnObject.cpp246 m_opaque_ap->GetImmediateErrorStream().get() == nullptr) in GetError()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp306 result.GetImmediateErrorStream()->Flush(); in WatchpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp674 result.GetImmediateErrorStream()->Flush(); in BreakpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2281 if (result.GetImmediateErrorStream()) in HandleCommands()
2282 result.GetImmediateErrorStream()->Flush(); in HandleCommands()
2814 if (!result.GetImmediateErrorStream()) { in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2655 result.GetImmediateErrorStream()->Flush(); in RunStopHooks()