Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h105 lldb::StreamSP GetImmediateOutputStream() const { in GetImmediateOutputStream() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp325 ref().GetImmediateOutputStream().get() == nullptr) in GetOutput()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp268 result.GetImmediateOutputStream()->Flush(); in WatchpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp624 result.GetImmediateOutputStream()->Flush(); in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2761 if (result.GetImmediateOutputStream()) in HandleCommands()
2762 result.GetImmediateOutputStream()->Flush(); in HandleCommands()
3312 if (!result.GetImmediateOutputStream()) { in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5593 StreamSP output_stream_sp = result.GetImmediateOutputStream(); in DoExecute()