Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h92 lldb::StreamSP GetImmediateOutputStream() { in GetImmediateOutputStream() function
/src/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp304 ref().GetImmediateOutputStream().get() == nullptr) in GetOutput()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp266 result.GetImmediateOutputStream()->Flush(); in WatchpointOptionsCallbackFunction()
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp633 result.GetImmediateOutputStream()->Flush(); in BreakpointOptionsCallbackFunction()
/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()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5459 StreamSP output_stream_sp = result.GetImmediateOutputStream(); in DoExecute()