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

Declarations

tools/lldb/include/lldb/Utility/Stream.h
  192   Stream &operator<<(const char *cstr);

References

tools/lldb/source/Commands/CommandObjectFrame.cpp
 1052       output_stream << "is recognized by ";
 1055       output_stream << "not recognized by any recognizer";
tools/lldb/source/Commands/CommandObjectMultiword.cpp
  245     complete_command_name << prefix << " " << command_name;
  245     complete_command_name << prefix << " " << command_name;
tools/lldb/source/Commands/CommandObjectReproducer.cpp
  108         << "Reproducer written to '" << r.GetReproducerPath() << "'\n";
  108         << "Reproducer written to '" << r.GetReproducerPath() << "'\n";
  110         << "Please have a look at the directory to assess if you're willing to "
  142       result.GetOutputStream() << "Reproducer is in capture mode.\n";
  144       result.GetOutputStream() << "Reproducer is in replay mode.\n";
  146       result.GetOutputStream() << "Reproducer is off.\n";
tools/lldb/source/Commands/CommandObjectSource.cpp
  188             strm << "\n\n";
  189           strm << "Lines found in module `" << module_file_name << "\n";
  189           strm << "Lines found in module `" << module_file_name << "\n";
  194         strm << "\n";
  260                 strm << "\n\n";
  261               strm << "Lines found for file " << file_spec_name
  262                    << " in compilation unit " << cu->GetFilename() << " in `"
  262                    << " in compilation unit " << cu->GetFilename() << " in `"
  263                    << module_file_name << "\n";
  268             strm << "\n";
tools/lldb/source/Commands/CommandObjectTarget.cpp
 1331           strm << "\n\n";
 1333         strm << "Line table for " << *static_cast<FileSpec *>(sc.comp_unit)
 1334              << " in `" << module->GetFileSpec().GetFilename() << "\n";
 1334              << " in `" << module->GetFileSpec().GetFilename() << "\n";
 1341           strm << "No line table";
 1732       strm << " in ";
tools/lldb/source/Commands/CommandObjectType.cpp
 2876             << m_formatter_name << " applied to ("
 2877             << result_valobj_sp->GetDisplayTypeName().AsCString("<unknown>")
 2878             << ") " << command << " is: " << description << "\n";
 2878             << ") " << command << " is: " << description << "\n";
 2878             << ") " << command << " is: " << description << "\n";
 2882             << "no " << m_formatter_name << " applies to ("
 2882             << "no " << m_formatter_name << " applies to ("
 2883             << result_valobj_sp->GetDisplayTypeName().AsCString("<unknown>")
 2884             << ") " << command << "\n";
 2884             << ") " << command << "\n";
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
 1029       result.GetErrorStream() << "expression evaluated: \n" << expr << "\n";
 1029       result.GetErrorStream() << "expression evaluated: \n" << expr << "\n";
tools/lldb/source/Core/FormatEntity.cpp
  876         s << target->GetTypeName() << " @ " << target->GetLocationAsCString();
  876         s << target->GetTypeName() << " @ " << target->GetLocationAsCString();
  890     s << target->GetTypeName() << " @ " << target->GetLocationAsCString();
  890     s << target->GetTypeName() << " @ " << target->GetLocationAsCString();
  900     s << "<invalid use of aggregate type>";
tools/lldb/source/Core/Mangled.cpp
  375     *s << ", mangled = " << m_mangled;
  429     s << "mangled = '" << obj.GetMangledName() << "'";
  429     s << "mangled = '" << obj.GetMangledName() << "'";
  434     s << ", demangled = '" << demangled << '\'';
  436     s << ", demangled = <error>";
tools/lldb/source/Core/ValueObject.cpp
  963     s << "<no target to read from>";
 1006           s << "<invalid address>";
 1015         s << "<invalid address>";
 1087     s << "<not a string object>";
 1334               s << "<invalid child>";
 1375               s << "<invalid child>";
tools/lldb/source/Expression/DWARFExpression.cpp
  149           *s << "base_addr = " << end_addr_offset;
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2545   text_strm << separator << " " << help_text;
tools/lldb/source/Interpreter/CommandObject.cpp
  661   sstr << "One of the format names (or one-character names) that can be used "
  688   sstr << "One of the following languages:\n";
  816       output_strm << "\n";
  845   output_strm << "\nSyntax: " << GetSyntax() << "\n";
  845   output_strm << "\nSyntax: " << GetSyntax() << "\n";
tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp
   65     result.GetOutputStream() << "Command contents '" << command
   66                              << "' failed to match any "
   68                              << m_cmd_name << "' regex ";
tools/lldb/source/Interpreter/CommandReturnObject.cpp
   78   GetErrorStream() << "warning: " << sstrm.GetString();
   84   GetOutputStream() << in_string << "\n";
   90   GetErrorStream() << "warning: " << in_string << "\n";
   90   GetErrorStream() << "warning: " << in_string << "\n";
  105   GetErrorStream() << "error: " << in_string << "\n";
  105   GetErrorStream() << "error: " << in_string << "\n";
tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
   50       strm << '"' << m_current_value.GetPath().c_str() << '"';
tools/lldb/source/Interpreter/Options.cpp
  522         strm << " " << args_str.GetString();
  534     strm << " " << arguments_str.GetString();
tools/lldb/source/Interpreter/Property.cpp
  243       strm << "settings set -f ";
  254         strm << "-- " << desc;
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2940   *s << ", file = '" << m_file
 2941      << "', arch = " << header_arch.GetArchitectureName() << "\n";
 2941      << "', arch = " << header_arch.GetArchitectureName() << "\n";
 2941      << "', arch = " << header_arch.GetArchitectureName() << "\n";
 3001     *s << "ET_NONE";
 3004     *s << "ET_REL";
 3007     *s << "ET_EXEC";
 3010     *s << "ET_DYN";
 3013     *s << "ET_CORE";
 3027     *s << "ELFDATANONE";
 3030     *s << "ELFDATA2LSB - Little Endian";
 3033     *s << "ELFDATA2MSB - Big Endian";
 3081   *s << ((p_flags & PF_X) ? "PF_X" : "    ")
 3083      << ((p_flags & PF_W) ? "PF_W" : "    ")
 3085      << ((p_flags & PF_R) ? "PF_R" : "    ");
 3157   *s << ((sh_flags & SHF_WRITE) ? "WRITE" : "     ")
 3159      << ((sh_flags & SHF_ALLOC) ? "ALLOC" : "     ")
 3161      << ((sh_flags & SHF_EXECINSTR) ? "EXECINSTR" : "         ");
 3186       *s << ' ' << section_name << "\n";
 3186       *s << ' ' << section_name << "\n";
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
  158       *s << ", arch = " << arch.GetArchitectureName();
  158       *s << ", arch = " << arch.GetArchitectureName();
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 4716     *s << ", file = '" << m_file;
 4722       *s << "', triple";
 4725       *s << " = ";
 4731     *s << "\n";
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
 1046     *s << ", file = '" << m_file
 1047        << "', arch = " << header_arch.GetArchitectureName() << "\n";
 1047        << "', arch = " << header_arch.GetArchitectureName() << "\n";
 1047        << "', arch = " << header_arch.GetArchitectureName() << "\n";
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4032     packet << "jThreadExtendedInfo:";
 4104     packet << "jGetLoadedDynamicLibrariesInfos:";
 4137     packet << "jGetSharedCacheInfo:";
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1029   command_stream << "plugin structured-data darwin-log enable";
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2396         sstr << decl_ctx.GetQualifiedName();
 2403         sstr << "(";
 2406             sstr << ", ";
 2410           sstr << ", ...";
 2411         sstr << ")";
 2413           sstr << " const";
tools/lldb/source/Symbol/Block.cpp
   32   *s << "id = " << ((const UserID &)*this);
   70   *s << "Block" << static_cast<const UserID &>(*this);
   81     *s << ", ranges =";
tools/lldb/source/Symbol/ClangASTContext.cpp
 8990     s << type->GetName().AsCString() << "\n";
 8990     s << type->GetName().AsCString() << "\n";
tools/lldb/source/Symbol/CompileUnit.cpp
   64   *s << "id = " << (const UserID &)*this << ", file = \""
   64   *s << "id = " << (const UserID &)*this << ", file = \""
   65      << (const FileSpec &)*this << "\", language = \"" << language << '"';
   65      << (const FileSpec &)*this << "\", language = \"" << language << '"';
   93   *s << "CompileUnit" << static_cast<const UserID &>(*this) << ", language = \""
   93   *s << "CompileUnit" << static_cast<const UserID &>(*this) << ", language = \""
   94      << language << "\", file = '" << static_cast<const FileSpec &>(*this)
   94      << language << "\", file = '" << static_cast<const FileSpec &>(*this)
   95      << "'\n";
tools/lldb/source/Symbol/Declaration.cpp
   16     *s << ", decl = ";
tools/lldb/source/Symbol/Function.cpp
   38     *s << ", name = \"" << m_name << "\"";
   38     *s << ", name = \"" << m_name << "\"";
  326   *s << "id = " << (const UserID &)*this;
  328     *s << ", name = \"" << name.GetCString() << '"';
  328     *s << ", name = \"" << name.GetCString() << '"';
  330     *s << ", mangled = \"" << mangled.GetCString() << '"';
  330     *s << ", mangled = \"" << mangled.GetCString() << '"';
  331   *s << ", range = ";
  344   *s << "Function" << static_cast<const UserID &>(*this);
tools/lldb/source/Symbol/LineEntry.cpp
   84     *s << ", file = " << file;
   90     *s << ", is_start_of_statement = TRUE";
   93     *s << ", is_start_of_basic_block = TRUE";
   96     *s << ", is_prologue_end = TRUE";
   99     *s << ", is_epilogue_begin = TRUE";
  102     *s << ", is_terminal_entry = TRUE";
  120     *s << ": " << file;
  130         *s << ", is_start_of_statement = TRUE";
  133         *s << ", is_start_of_basic_block = TRUE";
  136         *s << ", is_prologue_end = TRUE";
  139         *s << ", is_epilogue_begin = TRUE";
  142         *s << ", is_terminal_entry = TRUE";
tools/lldb/source/Symbol/SymbolContext.cpp
  318   *s << this << ": ";
  325   *s << "Module       = " << module_sp.get() << ' ';
  330   *s << "CompileUnit  = " << comp_unit;
  332     *s << " {0x" << comp_unit->GetID() << "} "
  332     *s << " {0x" << comp_unit->GetID() << "} "
  336   *s << "Function     = " << function;
  338     *s << " {0x" << function->GetID() << "} " << function->GetType()->GetName()
  338     *s << " {0x" << function->GetID() << "} " << function->GetType()->GetName()
  339        << ", address-range = ";
  346       *s << "        Type = ";
  352   *s << "Block        = " << block;
  354     *s << " {0x" << block->GetID() << '}';
  360   *s << "LineEntry    = ";
  365   *s << "Symbol       = " << symbol;
  367     *s << ' ' << symbol->GetName().AsCString();
  369   *s << "Variable     = " << variable;
  371     *s << " {0x" << variable->GetID() << "} " << variable->GetType()->GetName();
  371     *s << " {0x" << variable->GetID() << "} " << variable->GetType()->GetName();
 1263   *s << this << ": ";
tools/lldb/source/Symbol/Type.cpp
  176   *s << "id = " << (const UserID &)*this;
  182       *s << ", name = \"" << type_name << '"';
  185         *s << ", qualified = \"" << qualified_type_name << '"';
  197     *s << ", compiler_type = \"";
  239   *s << "Type" << static_cast<const UserID &>(*this) << ' ';
  241     *s << ", name = \"" << m_name << "\"";
  241     *s << ", name = \"" << m_name << "\"";
  256     *s << ", compiler_type = " << m_compiler_type.GetOpaqueQualType() << ' ';
  259     *s << ", type_data = " << (uint64_t)m_encoding_uid;
tools/lldb/source/Symbol/Variable.cpp
  107   *s << "Variable" << (const UserID &)*this;
  110     *s << ", name = \"" << m_name << "\"";
  110     *s << ", name = \"" << m_name << "\"";
  115       *s << ", type = {" << type->GetID() << "} " << (void *)type << " (";
  115       *s << ", type = {" << type->GetID() << "} " << (void *)type << " (";
  115       *s << ", type = {" << type->GetID() << "} " << (void *)type << " (";
  137       *s << "??? (" << m_scope << ')';
tools/lldb/source/Target/Target.cpp
 4095       *s << ", ";
tools/lldb/source/Target/Thread.cpp
 1721     s << "\t";
 1724     s << "\n";
tools/lldb/source/Utility/ConstString.cpp
  206     s << cstr;
tools/lldb/source/Utility/ProcessInfo.cpp
   50   s << "Executable: " << GetName() << "\n";
   50   s << "Executable: " << GetName() << "\n";
   50   s << "Executable: " << GetName() << "\n";
   51   s << "Triple: ";
   53   s << "\n";
   55   s << "Arguments:\n";
tools/lldb/source/Utility/StringList.cpp
  197       strm << items_sep;
  199       strm << item_preamble;
  200     strm << GetStringAtIndex(i);
tools/lldb/unittests/Utility/StreamTeeTest.cpp
   73   tee << "foo";
   80   tee << "bar";
  106   tee << "foo";
  113   tee << "bar";
tools/lldb/unittests/Utility/StreamTest.cpp
  291   s << "cstring\n";
  299   s << std::numeric_limits<int8_t>::max() << " ";
  300   s << std::numeric_limits<int16_t>::max() << " ";
  301   s << std::numeric_limits<int32_t>::max() << " ";
  308   s << std::numeric_limits<uint8_t>::max() << " ";
  309   s << std::numeric_limits<uint16_t>::max() << " ";
  310   s << std::numeric_limits<uint32_t>::max() << " ";