Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h95 lldb::StreamSP GetImmediateErrorStream() { in GetImmediateErrorStream() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp336 if (!only_if_no_immediate || ref().GetImmediateErrorStream().get() == nullptr) in GetError()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp309 result.GetImmediateErrorStream()->Flush(); in WatchpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp653 result.GetImmediateErrorStream()->Flush(); in BreakpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2348 if (result.GetImmediateErrorStream()) in HandleCommands()
2349 result.GetImmediateErrorStream()->Flush(); in HandleCommands()
2863 if (!result.GetImmediateErrorStream()) { in IOHandlerInputComplete()