Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h92 lldb::StreamSP GetImmediateOutputStream() { in GetImmediateOutputStream() function
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp304 ref().GetImmediateOutputStream().get() == nullptr) in GetOutput()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp266 result.GetImmediateOutputStream()->Flush(); in WatchpointOptionsCallbackFunction()
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp633 result.GetImmediateOutputStream()->Flush(); in BreakpointOptionsCallbackFunction()
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2610 if (result.GetImmediateOutputStream()) in HandleCommands()
2611 result.GetImmediateOutputStream()->Flush(); in HandleCommands()
3146 if (!result.GetImmediateOutputStream()) { in IOHandlerInputComplete()