Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h96 lldb::StreamSP GetImmediateErrorStream() { in GetImmediateErrorStream() function
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp312 if (!only_if_no_immediate || ref().GetImmediateErrorStream().get() == nullptr) in GetError()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp267 result.GetImmediateErrorStream()->Flush(); in WatchpointOptionsCallbackFunction()
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp634 result.GetImmediateErrorStream()->Flush(); in BreakpointOptionsCallbackFunction()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2613 if (result.GetImmediateErrorStream()) in HandleCommands()
2614 result.GetImmediateErrorStream()->Flush(); in HandleCommands()
3152 if (!result.GetImmediateErrorStream()) { in IOHandlerInputComplete()