Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h93 void SetImmediateOutputStream(const lldb::StreamSP &stream_sp) { in SetImmediateOutputStream() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp255 result.SetImmediateOutputStream(debugger.GetAsyncOutputStream()); in WatchpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp261 result.SetImmediateOutputStream(output_sp); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp611 result.SetImmediateOutputStream(debugger.GetAsyncOutputStream()); in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3964 result.SetImmediateOutputStream(output_sp); in HandleStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5596 result.SetImmediateOutputStream(output_stream_sp); in DoExecute()