/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandler.cpp | 58 StreamFileSP(), // Adopt STDOUT from top input reader in IOHandler() 59 StreamFileSP(), // Adopt STDERR from top input reader in IOHandler() 66 const lldb::StreamFileSP &output_sp, in IOHandler() 67 const lldb::StreamFileSP &error_sp, uint32_t flags) in IOHandler() 105 StreamFileSP IOHandler::GetOutputStreamFileSP() { return m_output_sp; } in GetOutputStreamFileSP() 107 StreamFileSP IOHandler::GetErrorStreamFileSP() { return m_error_sp; } in GetErrorStreamFileSP() 123 lldb::StreamFileSP stream = is_stdout ? m_output_sp : m_error_sp; in PrintAsync() 233 StreamFileSP(), // Inherit output from top input reader in IOHandlerEditline() 234 StreamFileSP(), // Inherit error from top input reader in IOHandlerEditline() 242 const lldb::StreamFileSP in IOHandlerEditline() [all...] |
H A D | Debugger.cpp | 1167 lldb::StreamFileSP stream = in PrintAsync() 1194 void Debugger::AdoptTopIOHandlerFilesIfInvalid(FileSP &in, StreamFileSP &out, in AdoptTopIOHandlerFilesIfInvalid() 1195 StreamFileSP &err) { in AdoptTopIOHandlerFilesIfInvalid()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandler.h | 62 const lldb::FileSP &input_sp, const lldb::StreamFileSP &output_sp, 63 const lldb::StreamFileSP &error_sp, uint32_t flags); 129 lldb::StreamFileSP GetOutputStreamFileSP(); 131 lldb::StreamFileSP GetErrorStreamFileSP(); 169 lldb::StreamFileSP m_output_sp; 170 lldb::StreamFileSP m_error_sp; 339 const lldb::StreamFileSP &output_sp, 340 const lldb::StreamFileSP &error_sp, uint32_t flags, 354 const lldb::StreamFileSP &, const lldb::StreamFileSP [all...] |
H A D | Debugger.h | 136 lldb::StreamFileSP GetOutputStreamSP() { return m_output_stream_sp; } in GetOutputStreamSP() 138 lldb::StreamFileSP GetErrorStreamSP() { return m_error_stream_sp; } in GetErrorStreamSP() 209 lldb::StreamFileSP &out, 210 lldb::StreamFileSP &err); 688 lldb::StreamFileSP m_output_stream_sp; 689 lldb::StreamFileSP m_error_stream_sp;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 213 if (StreamFileSP stream_sp = StreamFileSP( in NotifyBreakpointHit()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | REPL.cpp | 106 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerActivated() 192 lldb::StreamFileSP &error_sp) { in ReadCode() 222 lldb::StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerInputComplete() 223 lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/ |
H A D | ClangREPL.h | 51 bool PrintOneVariable(Debugger &debugger, lldb::StreamFileSP &output_sp,
|
H A D | ClangREPL.cpp | 88 lldb::StreamFileSP &output_sp, in PrintOneVariable()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectExpression.cpp | 516 StreamFileSP output_sp = io_handler.GetOutputStreamFileSP(); in IOHandlerInputComplete() 517 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() 557 StreamFileSP output_sp = io_handler_sp->GetOutputStreamFileSP(); in GetMultilineExpression()
|
H A D | CommandObjectWatchpointCommand.cpp | 173 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
|
H A D | CommandObjectBreakpointCommand.cpp | 196 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated()
|
H A D | CommandObjectType.cpp | 170 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated() 179 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() 407 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated() 416 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
|
H A D | CommandObjectCommands.cpp | 789 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated() 2145 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated() 2154 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete()
|
H A D | CommandObjectTarget.cpp | 4921 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated() 4933 StreamFileSP error_sp(io_handler.GetErrorStreamFileSP()); in IOHandlerInputComplete() 4950 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerInputComplete()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | REPL.h | 147 lldb::StreamFileSP &output_sp,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptInterpreter.h | 130 lldb::StreamFileSP m_output_file_sp; 131 lldb::StreamFileSP m_error_file_sp;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.cpp |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.cpp | 119 StreamFileSP Stream = target.GetDebugger().GetOutputStreamSP(); in RetrieveReportData()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 513 StreamFileSP output_sp(io_handler.GetOutputStreamFileSP()); in IOHandlerActivated() 550 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() 573 StreamFileSP error_sp = io_handler.GetErrorStreamFileSP(); in IOHandlerInputComplete() 703 lldb::StreamFileSP top_out_sp, top_err_sp; in EnterSession()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 428 typedef std::shared_ptr<lldb_private::StreamFile> StreamFileSP; typedef
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 2800 lldb::StreamFileSP empty_stream_sp; in HandleCommandsFromFile() 3057 lldb::StreamFileSP stream = is_stdout ? io_handler.GetOutputStreamFileSP() in PrintCommandOutput()
|