Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h91 lldb::StreamSP GetImmediateOutputStream() { in GetImmediateOutputStream() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp327 ref().GetImmediateOutputStream().get() == nullptr) in GetOutput()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp308 result.GetImmediateOutputStream()->Flush(); in WatchpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp652 result.GetImmediateOutputStream()->Flush(); in BreakpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2345 if (result.GetImmediateOutputStream()) in HandleCommands()
2346 result.GetImmediateOutputStream()->Flush(); in HandleCommands()
2857 if (!result.GetImmediateOutputStream()) { in IOHandlerInputComplete()