Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h96 lldb::StreamSP GetImmediateErrorStream() { in GetImmediateErrorStream() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandReturnObject.cpp312 if (!only_if_no_immediate || ref().GetImmediateErrorStream().get() == nullptr) in GetError()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp279 result.GetImmediateErrorStream()->Flush(); in WatchpointOptionsCallbackFunction()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp643 result.GetImmediateErrorStream()->Flush(); in BreakpointOptionsCallbackFunction()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2597 if (result.GetImmediateErrorStream()) in HandleCommands()
2598 result.GetImmediateErrorStream()->Flush(); in HandleCommands()
3125 if (!result.GetImmediateErrorStream()) { in IOHandlerInputComplete()