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

References

tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  265     GetOptions()->GenerateOptionUsage(result.GetErrorStream(), this,
tools/lldb/source/Commands/CommandObjectExpression.cpp
  657                          &(result.GetErrorStream()), &result)) {
tools/lldb/source/Commands/CommandObjectFrame.cpp
  358             result.GetErrorStream(), this,
  569                 result.GetErrorStream().Printf("error: no variables matched "
  575                 result.GetErrorStream().Printf(
  578                 result.GetErrorStream().Printf(
  618                 result.GetErrorStream().Printf("error: %s\n", error_cstr);
  620                 result.GetErrorStream().Printf("error: unable to find any "
tools/lldb/source/Commands/CommandObjectLog.cpp
  182     result.GetErrorStream() << error_stream.str();
  253       result.GetErrorStream() << error_stream.str();
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  810       result.GetErrorStream().Printf("error: required arguments missing; "
  875       result.GetErrorStream().Printf("error: required argument missing; "
tools/lldb/source/Commands/CommandObjectReproducer.cpp
  155   result.GetErrorStream().Printf("error: %s\n",
tools/lldb/source/Commands/CommandObjectSource.cpp
  575     result.GetErrorStream().SetAddressByteSize(addr_byte_size);
tools/lldb/source/Commands/CommandObjectTarget.cpp
  863             result.GetErrorStream().Printf(
  880           result.GetErrorStream().Printf(
 1884     result.GetErrorStream().SetAddressByteSize(addr_byte_size);
 2003     result.GetErrorStream().SetAddressByteSize(addr_byte_size);
 2097     result.GetErrorStream().SetAddressByteSize(addr_byte_size);
 2254     result.GetErrorStream().SetAddressByteSize(addr_byte_size);
 2339     result.GetErrorStream().SetAddressByteSize(addr_byte_size);
 2968         result.GetErrorStream().SetAddressByteSize(addr_byte_size);
 3827           result.GetErrorStream(), this,
 3845     result.GetErrorStream().SetAddressByteSize(addr_byte_size);
 4136             module_sp->GetSymbolFile(true, &result.GetErrorStream());
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  803       result.GetErrorStream().Printf("error: required argument missing; "
  826       result.GetErrorStream().Printf(
  872         result.GetErrorStream().Printf("error: %s\n", error_cstr);
  874         result.GetErrorStream().Printf("error: unable to find any variable "
  997       result.GetErrorStream().Printf("error: required argument missing; "
 1027       result.GetErrorStream().Printf(
 1029       result.GetErrorStream() << "expression evaluated: \n" << expr << "\n";
 1038       result.GetErrorStream().Printf(
tools/lldb/source/Interpreter/CommandObject.cpp
  128             result.GetErrorStream(), this,
tools/lldb/source/Interpreter/CommandReturnObject.cpp
   51     Stream &error_strm = GetErrorStream();
   78   GetErrorStream() << "warning: " << sstrm.GetString();
   90   GetErrorStream() << "warning: " << in_string << "\n";
   99   GetErrorStream() << in_string;
  105   GetErrorStream() << "error: " << in_string << "\n";
  130   GetErrorStream() << in_string;