Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h80 void SetImmediateOutputStream(const lldb::StreamSP &stream_sp) { in SetImmediateOutputStream() function
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp253 result.SetImmediateOutputStream(output_stream); in WatchpointOptionsCallbackFunction()
/src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp259 result.SetImmediateOutputStream(output_sp); in IOHandlerInputComplete()
/src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp620 result.SetImmediateOutputStream(output_stream); in BreakpointOptionsCallbackFunction()
/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3808 result.SetImmediateOutputStream(output_sp); in HandleStop()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5463 result.SetImmediateOutputStream(output_stream_sp); in DoExecute()