Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h84 lldb::StreamSP GetImmediateOutputStream() { in GetImmediateOutputStream() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandReturnObject.cpp237 m_opaque_ap->GetImmediateOutputStream().get() == nullptr) in GetOutput()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp305 result.GetImmediateOutputStream()->Flush(); in WatchpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp673 result.GetImmediateOutputStream()->Flush(); in BreakpointOptionsCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2278 if (result.GetImmediateOutputStream()) in HandleCommands()
2279 result.GetImmediateOutputStream()->Flush(); in HandleCommands()
2808 if (!result.GetImmediateOutputStream()) { in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2654 result.GetImmediateOutputStream()->Flush(); in RunStopHooks()