Home
last modified time | relevance | path

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

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