Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h92 lldb::StreamSP GetImmediateOutputStream() { in GetImmediateOutputStream() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandReturnObject.cpp304 ref().GetImmediateOutputStream().get() == nullptr) in GetOutput()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp278 result.GetImmediateOutputStream()->Flush(); in WatchpointOptionsCallbackFunction()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp642 result.GetImmediateOutputStream()->Flush(); in BreakpointOptionsCallbackFunction()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2543 if (result.GetImmediateOutputStream()) in HandleCommands()
2544 result.GetImmediateOutputStream()->Flush(); in HandleCommands()
3071 if (!result.GetImmediateOutputStream()) { in IOHandlerInputComplete()