reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/IOHandler.h
  129   lldb::StreamFileSP &GetErrorStreamFileSP();

References

tools/lldb/source/Commands/CommandObjectCommands.cpp
 1597     StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
tools/lldb/source/Commands/CommandObjectExpression.cpp
  502   StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
tools/lldb/source/Commands/CommandObjectTarget.cpp
 4587         StreamFileSP error_sp(io_handler.GetErrorStreamFileSP());
tools/lldb/source/Commands/CommandObjectType.cpp
  163     StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
  395     StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
tools/lldb/source/Core/Debugger.cpp
  998       err = top_reader_sp->GetErrorStreamFileSP();
tools/lldb/source/Expression/REPL.cpp
   99   lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP());
  184   lldb::StreamFileSP error_sp(io_handler.GetErrorStreamFileSP());
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2763       PrintCommandOutput(*io_handler.GetErrorStreamFileSP(), error);
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  566         StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();
  588       StreamFileSP error_sp = io_handler.GetErrorStreamFileSP();