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

Declarations

tools/lldb/include/lldb/Utility/Stream.h
  343   size_t PutCString(llvm::StringRef cstr);

References

tools/lldb/include/lldb/Core/ModuleSpec.h
  185       strm.PutCString("file = '");
  187       strm.PutCString("'");
  192         strm.PutCString(", ");
  193       strm.PutCString("platform_file = '");
  195       strm.PutCString("'");
  200         strm.PutCString(", ");
  201       strm.PutCString("symbol_file = '");
  203       strm.PutCString("'");
  208         strm.PutCString(", ");
  215         strm.PutCString(", ");
  216       strm.PutCString("uuid = ");
  222         strm.PutCString(", ");
  228         strm.PutCString(", ");
  234         strm.PutCString(", ");
  240         strm.PutCString(", ");
tools/lldb/include/lldb/Utility/Stream.h
  423     PutCString(llvm::formatv(format, std::forward<Args>(args)...).str());
tools/lldb/source/API/SBAddress.cpp
  214     strm.PutCString("No value");
tools/lldb/source/API/SBBlock.cpp
  193     strm.PutCString("No value");
tools/lldb/source/API/SBBreakpointLocation.cpp
  438     strm.PutCString("No value");
tools/lldb/source/API/SBCommandReturnObject.cpp
  239     strm.PutCString("Started");
  241     strm.PutCString("Invalid");
  243     strm.PutCString("Success");
  245     strm.PutCString("Fail");
tools/lldb/source/API/SBCompileUnit.cpp
  235     strm.PutCString("No value");
tools/lldb/source/API/SBData.cpp
  338     strm.PutCString("No value");
tools/lldb/source/API/SBDebugger.cpp
 1378     strm.PutCString("No value");
tools/lldb/source/API/SBDeclaration.cpp
  172     strm.PutCString("No value");
tools/lldb/source/API/SBEvent.cpp
  191     strm.PutCString("No value");
  205     strm.PutCString("No value");
tools/lldb/source/API/SBFileSpec.cpp
  181     strm.PutCString(path);
tools/lldb/source/API/SBFileSpecList.cpp
  122     strm.PutCString("No value");
tools/lldb/source/API/SBFrame.cpp
 1000     strm.PutCString("No value");
tools/lldb/source/API/SBLineEntry.cpp
  185     strm.PutCString("No value");
tools/lldb/source/API/SBModule.cpp
  250     strm.PutCString("No value");
tools/lldb/source/API/SBProcess.cpp
 1008     strm.PutCString("No value");
tools/lldb/source/API/SBSection.cpp
  286     strm.PutCString("No value");
tools/lldb/source/API/SBSymbol.cpp
  110     strm.PutCString("No value");
tools/lldb/source/API/SBSymbolContext.cpp
  211     strm.PutCString("No value");
tools/lldb/source/API/SBTarget.cpp
 1763     strm.PutCString("No value");
tools/lldb/source/API/SBThread.cpp
 1304     strm.PutCString("No status");
 1332     strm.PutCString("No value");
tools/lldb/source/API/SBType.cpp
  391     strm.PutCString("No value");
  736     strm.PutCString("No value");
tools/lldb/source/API/SBTypeEnumMember.cpp
  195     strm.PutCString("No value");
tools/lldb/source/API/SBValue.cpp
 1283     strm.PutCString("No value");
tools/lldb/source/API/SBWatchpoint.cpp
  251     strm.PutCString("No value");
tools/lldb/source/Breakpoint/Breakpoint.cpp
  866       s->PutCString(GetBreakpointKind());
tools/lldb/source/Breakpoint/BreakpointID.cpp
   53     s->PutCString("<invalid>");
   63     s->PutCString("<invalid>");
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  502     s->PutCString(": ");
  513         s->PutCString("re-exported target = ");
  515         s->PutCString("where = ");
  533           s->PutCString(sc.function->GetName().AsCString("<unknown>"));
  550           s->PutCString(sc.symbol->GetName().AsCString("<unknown>"));
tools/lldb/source/Breakpoint/BreakpointName.cpp
   63     s->PutCString("Options: \n");
   72     s->PutCString("Permissions: \n");
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  541       s->PutCString("Breakpoint Options:\n");
  545       s->PutCString(" Options: ");
  596     s->PutCString(":\n");
  606     s->PutCString("No commands.\n");
tools/lldb/source/Breakpoint/BreakpointResolverAddress.cpp
  171   s->PutCString("address = ");
tools/lldb/source/Breakpoint/BreakpointResolverScripted.cpp
  148     s->PutCString(short_help.c_str());
tools/lldb/source/Breakpoint/WatchpointOptions.cpp
  139       s->PutCString("Watchpoint Options:\n");
  143       s->PutCString(" Options: ");
  148       s->PutCString("thread spec: no ");
  178     s->PutCString("No commands.\n");
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  232       output_sp->PutCString(g_reader_instructions);
tools/lldb/source/Commands/CommandObjectCommands.cpp
  950       output_sp->PutCString("Enter one or more sed substitution commands in "
 1590       output_sp->PutCString(g_python_command_instructions);
tools/lldb/source/Commands/CommandObjectExpression.cpp
  467           error_stream->PutCString("(void)\n");
  478             error_stream->PutCString("error: ");
  483           error_stream->PutCString("error: unknown error\n");
  542     output_sp->PutCString(
tools/lldb/source/Commands/CommandObjectFrame.cpp
  188       stream.PutCString(" =");
  554                         s.PutCString(scope_string);
  562                           s.PutCString(": ");
  600                 s.PutCString(scope_string);
  604                 s.PutCString(": ");
  672                   s.PutCString(scope_string);
  677                   s.PutCString(": ");
  985       result.GetOutputStream().PutCString("no matching results found.\n");
tools/lldb/source/Commands/CommandObjectMultiword.cpp
  157   output_stream.PutCString("\nThe following subcommands are supported:\n\n");
  180   output_stream.PutCString("\nFor more help on any particular subcommand, type "
tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1635         result.GetOutputStream().PutCString(output);
tools/lldb/source/Commands/CommandObjectRegister.cpp
   99                 strm.PutCString("  ");
tools/lldb/source/Commands/CommandObjectTarget.cpp
  102     strm.PutCString(" )\n");
  123     strm.PutCString("Current targets:\n");
  502         strm.PutCString("No targets.\n");
  756         s.PutCString("GLOBAL: ");
  761         s.PutCString("STATIC: ");
  766         s.PutCString("   ARG: ");
  771         s.PutCString(" LOCAL: ");
  776         s.PutCString("THREAD: ");
  787         s.PutCString(": ");
 1300       arch_strm.PutCString(module->GetArchitecture().GetArchitectureName());
 1306       strm.PutCString(arch_str);
 1314     strm.PutCString("                                    ");
 1463   strm.PutCString(" (");
 1465   strm.PutCString(")\n");
 1558     strm.PutCString(":\n");
 1616       strm.PutCString(":\n");
 1647     strm.PutCString(":\n");
 1689   strm.PutCString("Best match found in ");
 1691   strm.PutCString(":\n");
 1734       strm.PutCString(":\n");
 3087       strm.PutCString("Null module");
 4293             error_strm.PutCString("unable to find debug symbols for UUID ");
 4296             error_strm.PutCString(
 4300             error_strm.PutCString(
 4577       output_sp->PutCString(
 4828       result.GetOutputStream().PutCString("No stop hooks.\n");
 4833           result.GetOutputStream().PutCString("\n");
tools/lldb/source/Commands/CommandObjectType.cpp
  156       output_sp->PutCString(g_summary_addreader_instructions);
  388       output_sp->PutCString(g_synth_addreader_instructions);
 1152       result.GetOutputStream().PutCString("no matching results found.\n");
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  212       output_sp->PutCString(
tools/lldb/source/Core/Address.cpp
  503                   s->PutCString(symbol_name);
  547                 s->PutCString("{ ");
  560                   s->PutCString(", ");
  567                 s->PutCString(" }");
  596           s->PutCString("(uint32_t) ");
  603           s->PutCString("(uint64_t) ");
  610           s->PutCString("(uint128_t) ");
  617             s->PutCString("(void *)");
  629                   s->PutCString(": ");
  726                 s->PutCString(", type = <unknown>");
  727               s->PutCString(", location = ");
  729               s->PutCString(", decl = ");
tools/lldb/source/Core/AddressResolverName.cpp
  192   s->PutCString("Address by function name: ");
tools/lldb/source/Core/Debugger.cpp
  305             s.PutCString(feedback_stream.GetString());
 1346               output_stream_sp->PutCString(content_stream.GetString());
 1460                   error_sp->PutCString(data);
 1471                   output_sp->PutCString(data);
tools/lldb/source/Core/Disassembler.cpp
  743   ss.PutCString(m_opcode_name);
  745   ss.PutCString(m_mnemonics);
  750     ss.PutCString(" ; ");
  751     ss.PutCString(m_comment);
  753   s->PutCString(ss.GetString());
 1212     error_strm_ptr->PutCString("error: invalid execution context\n");
tools/lldb/source/Core/DumpDataExtractor.cpp
  537           s->PutCString("0x");
tools/lldb/source/Core/DumpRegisterValue.cpp
   61       s->PutCString(" = ");
tools/lldb/source/Core/EmulateInstruction.cpp
  358   strm.PutCString(", context = ");
  368     strm.PutCString("reading opcode");
  372     strm.PutCString("immediate");
  376     strm.PutCString("push register");
  380     strm.PutCString("pop register");
  384     strm.PutCString("adjust sp");
  388     strm.PutCString("set frame pointer");
  392     strm.PutCString("adjusting (writing value back to) a base register");
  396     strm.PutCString("register + offset");
  400     strm.PutCString("store register");
  404     strm.PutCString("load register");
  408     strm.PutCString("relative branch immediate");
  412     strm.PutCString("absolute branch register");
  416     strm.PutCString("supervisor call");
  420     strm.PutCString("table branch read memory");
  424     strm.PutCString("write random bits to a register");
  428     strm.PutCString("write random bits to a memory address");
  432     strm.PutCString("arithmetic");
  436     strm.PutCString("return from exception");
  440     strm.PutCString("unrecognized context.");
tools/lldb/source/Core/FileSpecList.cpp
   52       s->PutCString(separator_cstr);
tools/lldb/source/Core/FormatEntity.cpp
  980         s.PutCString(", ...");
 1103           s.PutCString(entry.string);
 1120     s.PutCString(entry.string);
 1250           s.PutCString(cstr);
 1263           s.PutCString(cstr);
 1278             s.PutCString(cstr);
 1349           s.PutCString(arch.GetArchitectureName());
 1393           s.PutCString(lang_name);
 1535         s.PutCString(name);
 1543               s.PutCString(" [inlined] ");
 1577         s.PutCString(name.GetCString());
 1626             s.PutCString(cstr);
 1627             s.PutCString(" [inlined] ");
 1670               s.PutCString(cstr);
 1714                 s.PutCString(", ");
 1727               s.PutCString(close_paren);
 1732             s.PutCString(cstr);
 1739           s.PutCString(cstr);
 1865         s.PutCString(", ");
 2315     s.PutCString(file_spec.GetFilename().AsCString(""));
 2318     s.PutCString(file_spec.GetFilename().AsCString(""));
tools/lldb/source/Core/IOHandler.cpp
  166   prompt_stream.PutCString(prompt);
tools/lldb/source/Core/Module.cpp
 1072       s->PutCString(filename);
 1076       s->PutCString(path);
 1087     strm.PutCString("error: ");
 1118         strm.PutCString("error: the object file ");
 1120         strm.PutCString(" has been modified\n");
 1133         strm.PutCString("The debug session should be aborted as the original "
 1144     strm.PutCString("warning: ");
 1167     log_message.PutCString(": ");
 1180     log_message.PutCString(": ");
 1189       log_message.PutCString(back_trace);
tools/lldb/source/Core/Opcode.cpp
   28     s->PutCString("<invalid>");
tools/lldb/source/Core/SearchFilter.cpp
  459   s->PutCString(", module = ");
  460   s->PutCString(m_module_spec.GetFilename().AsCString("<Unknown>"));
  599     s->PutCString(
  605       s->PutCString(
  609         s->PutCString(", ");
  828     s->PutCString(
  834       s->PutCString(
  838         s->PutCString(", ");
tools/lldb/source/Core/Section.cpp
  600     s->PutCString("---------- ---------------- "
tools/lldb/source/Core/UserSettingsController.cpp
   64   strm.PutCString("Top level variables:\n\n");
tools/lldb/source/Core/ValueObject.cpp
 1482         s.PutCString("<no summary available>");
 1484         s.PutCString("<no value available>");
 1487         s.PutCString("<not a valid Objective-C object>"); // edit this if we
 1492         s.PutCString("<no printable representation>");
 2031         s.PutCString("::");
 2032       s.PutCString(cxx_class_name);
 2107     s.PutCString("*(");
 2120     s.PutCString(m_name.AsCString());
 2132             s.PutCString("->");
 2138               s.PutCString("->");
 2151             s.PutCString("::");
 2153         s.PutCString(name);
tools/lldb/source/DataFormatters/TypeCategory.cpp
  592     stream.PutCString(lang_stream.GetString());
tools/lldb/source/DataFormatters/TypeSummary.cpp
  193       sstr.PutCString("no backing script");
  195       sstr.PutCString(m_function_name);
  198     sstr.PutCString(m_python_script);
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  306       m_stream->PutCString(dest_stream.GetString());
  553       m_stream->PutCString(IsRef() ? ": {\n" : " {\n");
  687           m_stream->PutCString(" {}\n");
  700         m_stream->PutCString("\n");
  702         m_stream->PutCString(" {}\n");
  729           m_stream->PutCString(", ");
  733             m_stream->PutCString(name);
  734             m_stream->PutCString(" = ");
  745       m_stream->PutCString(", ...)");
  772       m_stream->PutCString(" {...}\n");
  789     m_stream->PutCString("{...}\n");
tools/lldb/source/Expression/DWARFExpression.cpp
  131           s->PutCString(", ");
  148             s->PutCString(", ");
 2906       s.PutCString(", ");
 2929     s.PutCString("\n            ");
tools/lldb/source/Expression/IRExecutionUnit.cpp
  398     ss.PutCString("Couldn't lookup symbols:\n");
  404         ss.PutCString("\n");
  406       ss.PutCString("  ");
  407       ss.PutCString(Mangled(failed_lookup)
tools/lldb/source/Expression/REPL.cpp
  312               error_sp->PutCString("(void)\n");
tools/lldb/source/Host/common/FileAction.cpp
   72   stream.PutCString("file action: ");
   81     stream.PutCString("no action");
tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
  295           shell_command.PutCString(new_path);
  300           shell_command.PutCString("exec");
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2515     strm.PutCString(this_line);
 3078                 revised_command_line.PutCString(cmd);
 3084                 revised_command_line.PutCString(" --");
tools/lldb/source/Interpreter/CommandObject.cpp
   63   syntax_str.PutCString(GetCommandName());
   66     syntax_str.PutCString(" <cmd-options>");
   69     syntax_str.PutCString(" ");
   73       syntax_str.PutCString("-- ");
tools/lldb/source/Interpreter/CommandReturnObject.cpp
   52     error_strm.PutCString("error: ");
tools/lldb/source/Interpreter/OptionArgParser.cpp
   68   strm.PutCString("invalid enumeration value, valid values are: ");
  110         error_strm.PutCString(
tools/lldb/source/Interpreter/OptionValueArch.cpp
   26       strm.PutCString(" = ");
   31         strm.PutCString(arch_name);
tools/lldb/source/Interpreter/OptionValueBoolean.cpp
   28       strm.PutCString(" = ");
   29     strm.PutCString(m_current_value ? "true" : "false");
tools/lldb/source/Interpreter/OptionValueChar.cpp
   26       strm.PutCString(" = ");
   30       strm.PutCString("(null)");
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
   33       strm.PutCString(" =");
   72         strm.PutCString("=");
tools/lldb/source/Interpreter/OptionValueEnumeration.cpp
   31       strm.PutCString(" = ");
   35         strm.PutCString(m_enumerations.GetCStringAtIndex(i).GetStringRef());
tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
   47       strm.PutCString(" = ");
tools/lldb/source/Interpreter/OptionValueFormat.cpp
   24       strm.PutCString(" = ");
   25     strm.PutCString(FormatManager::GetFormatAsCString(m_current_value));
tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp
   59       strm.PutCString(" = ");
tools/lldb/source/Interpreter/OptionValueLanguage.cpp
   26       strm.PutCString(" = ");
   28       strm.PutCString(Language::GetNameForLanguageType(m_current_value));
tools/lldb/source/Interpreter/OptionValueProperties.cpp
  579         strm.PutCString(property_path);
tools/lldb/source/Interpreter/OptionValueRegex.cpp
   22       strm.PutCString(" = ");
tools/lldb/source/Interpreter/OptionValueSInt64.cpp
   28       strm.PutCString(" = ");
tools/lldb/source/Interpreter/OptionValueString.cpp
   25       strm.PutCString(" = ");
tools/lldb/source/Interpreter/OptionValueUInt64.cpp
   33       strm.PutCString(" = ");
tools/lldb/source/Interpreter/OptionValueUUID.cpp
   25       strm.PutCString(" = ");
tools/lldb/source/Interpreter/Options.cpp
  364     strm.PutCString(header);
  389     strm.PutCString(footer);
  409   strm.PutCString("\nCommand Options Usage:\n");
  459         strm.PutCString(" -");
  485         strm.PutCString(" [-");
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1697     s.PutCString(")");
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1700     s.PutCString(")");
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  580     s.PutCString(")");
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  577     s.PutCString(")");
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  243     s.PutCString(")");
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
   94     s.PutCString(")");
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  224     s.PutCString(")");
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  275     s.PutCString(")");
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1117     s.PutCString(")");
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  757       s.PutCString("*");
  762         s.PutCString("-");
  764       s.PutCString(llvm::to_string(op.m_immediate));
  767       s.PutCString("Invalid");
  770       s.PutCString("(");
  772       s.PutCString("*");
  774       s.PutCString(")");
  777       s.PutCString(op.m_register.AsCString());
  780       s.PutCString("(");
  782       s.PutCString("+");
  784       s.PutCString(")");
  857         ss.PutCString("  ");
  859         ss.PutCString("\n");
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  141       error_stream.PutCString(diag.second);
  203     error_stream.PutCString("error: Couldn't load a module because the module "
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
 1632           error_stream.PutCString("error: Capturing non-local variables in "
 1820           m_error_stream.PutCString("error: Capturing non-local variables in "
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
  372   stream.PutCString(prefix.c_str());
  376   stream.PutCString(str.c_str());
  377   stream.PutCString(suffix.c_str());
  719     summary.PutCString(summary_str);
  722     stream.PutCString(summary.GetString());
 1041       stream.PutCString("YES");
 1045       stream.PutCString("NO");
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1972       stream->PutCString("warning: could not find Objective-C class data in "
 1978       stream->PutCString("warning: could not execute support code to read "
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2841     s->PutCString("WARNING: Unknown bcc or slang (llvm-rs-cc) version; debug "
 4147         err_str.PutCString(
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2936   s->PutCString("ObjectFileELF");
 2964   s->PutCString("ELF Header\n");
 3095   s->PutCString("Program Headers\n");
 3096   s->PutCString("IDX  p_type          p_offset p_vaddr  p_paddr  "
 3098   s->PutCString("==== --------------- -------- -------- -------- "
 3171   s->PutCString("Section Headers\n");
 3172   s->PutCString("IDX  name     type         flags                            "
 3175   s->PutCString("==== -------- ------------ -------------------------------- "
 3194     s->PutCString("Dependent Modules:\n");
tools/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
  155     s->PutCString("ObjectFileJIT");
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 4712       s->PutCString("ObjectFileMachO64");
 4714       s->PutCString("ObjectFileMachO32");
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
 1042     s->PutCString("ObjectFilePECOFF");
 1076   s->PutCString("MSDOS Header\n");
 1108   s->PutCString("COFF Header\n");
 1122   s->PutCString("Optional COFF Header\n");
 1190   s->PutCString("Section Headers\n");
 1191   s->PutCString("IDX  name             vm addr    vm size    file off   file "
 1193   s->PutCString("==== ---------------- ---------- ---------- ---------- "
 1211     s->PutCString("Dependent Modules\n");
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1554       minimum_version_option.PutCString("-mios-version-min=");
 1555       minimum_version_option.PutCString(version.getAsString());
 1558       minimum_version_option.PutCString("-mios-simulator-version-min=");
 1559       minimum_version_option.PutCString(version.getAsString());
 1562       minimum_version_option.PutCString("-mmacosx-version-min=");
 1563       minimum_version_option.PutCString(version.getAsString());
tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
   57     strm.PutCString("  SDK Path: error: unable to locate SDK\n");
  108         arch_names.PutCString(", ");
  109       arch_names.PutCString(
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  185           arch_names.PutCString(", ");
  186         arch_names.PutCString(
  219   command.PutCString("chown ");
  411     stream.PutCString("rsync");
  425     stream.PutCString("ssh");
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  239           arch_names.PutCString(", ");
  240         arch_names.PutCString(
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  138         arch_names.PutCString(", ");
  139       arch_names.PutCString(
tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  271     strm.PutCString(exc_desc);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  344   packet.PutCString("qSupported");
  346     packet.PutCString(i == 0 ? ":" : ";");
  347     packet.PutCString(features[i]);
  549     payload.PutCString("p0");
  853         packet.PutCString("QEnvironmentHexEncoded:");
 1339   packet.PutCString("I");
 1754     packet.PutCString("QSetSTDIN:");
 1774     packet.PutCString("QSetSTDOUT:");
 1794     packet.PutCString("QSetSTDERR:");
 1830     packet.PutCString("QSetWorkingDir:");
 2144     packet.PutCString("qfProcessInfo");
 2158           packet.PutCString("name_match:equals;");
 2162           packet.PutCString("name_match:contains;");
 2166           packet.PutCString("name_match:starts_with;");
 2170           packet.PutCString("name_match:ends_with;");
 2174           packet.PutCString("name_match:regex;");
 2178           packet.PutCString("name:");
 2205         packet.PutCString("triple:");
 2206         packet.PutCString(triple.getTriple());
 2312       packet.PutCString("abcdefghijklmnopqrstuvwxyz");
 2467       packet.PutCString("abcdefghijklmnopqrstuvwxyz");
 2490   stream.PutCString("qLaunchGDBServer;");
 2814   stream.PutCString("qPlatform_shell:");
 2860   stream.PutCString("qPlatform_mkdir:");
 2882   stream.PutCString("qPlatform_chmod:");
 2923   stream.PutCString("vFile:open:");
 2956   stream.PutCString("vFile:size:");
 2975   stream.PutCString("vFile:mode:");
 3075   stream.PutCString("vFile:symlink:");
 3108   stream.PutCString("vFile:unlink:");
 3140   stream.PutCString("vFile:exists:");
 3159   stream.PutCString("vFile:MD5:");
 3271   payload.PutCString("QSaveRegisterState");
 3330   escaped_packet.PutCString("jTraceStart:");
 3376   escaped_packet.PutCString("jTraceStop:");
 3408   escaped_packet.PutCString("jTraceBufferRead:");
 3417   escaped_packet.PutCString("jTraceMetaRead:");
 3430   escaped_packet.PutCString("jTraceConfigRead:");
 3541   packet.PutCString("qModuleInfo:");
 3543   packet.PutCString(";");
 3645   unescaped_payload.PutCString("jModulesInfo:");
 3807       packet.PutCString("qSymbol::");
 3894               packet.PutCString("qSymbol:");
 3901               packet.PutCString(":");
 4001   stream.PutCString("QConfigure");
 4002   stream.PutCString(type_name.AsCString());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  189   response.PutCString("triple:");
  195     response.PutCString("distribution_id:");
  197     response.PutCString(";");
  245     response.PutCString("endian:big;");
  248     response.PutCString("endian:little;");
  251     response.PutCString("endian:pdp;");
  254     response.PutCString("endian:unknown;");
  275     response.PutCString("os_build:");
  280     response.PutCString("os_kernel:");
  304     response.PutCString("hostname:");
  486       response.PutCString("data:");
  489           response.PutCString("ABCDEFGHIJKLMNOPQRSTUVWXYZ");
  749         response.PutCString("F,");
  752         response.PutCString("F,");
  782       response.PutCString("F,");
  783       response.PutCString("x");
  785       response.PutCString("F,");
  842   response.PutCString(";QStartNoAckMode+");
  843   response.PutCString(";QThreadSuffixSupported+");
  844   response.PutCString(";QListThreadsInStopReply+");
  845   response.PutCString(";qEcho+");
  847   response.PutCString(";QPassSignals+");
  848   response.PutCString(";qXfer:auxv:read+");
  849   response.PutCString(";qXfer:libraries-svr4:read+");
  944   response.PutCString(m_process_launch_error.AsCString("<unknown error>"));
 1099     response.PutCString("md5:");
 1102     response.PutCString("uuid:");
 1108   response.PutCString("triple:");
 1112   response.PutCString("file_path:");
 1115   response.PutCString("file_offset:");
 1118   response.PutCString("file_size:");
 1187   response.PutCString("name:");
 1191   response.PutCString("args:");
 1202     response.PutCString("triple:");
 1236     response.PutCString("triple:");
 1259       response.PutCString("endian:little;");
 1262       response.PutCString("endian:big;");
 1265       response.PutCString("endian:pdp;");
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  624       response.PutCString("name:");
  625       response.PutCString(thread_name);
  628       response.PutCString("hexname:");
  643     response.PutCString("threads:");
  666         response.PutCString("jstopinfo:");
  679     response.PutCString("thread-pcs");
  767     response.PutCString("description:");
  772     response.PutCString("metype:");
  774     response.PutCString(";mecount:");
  779       response.PutCString("medata:");
 1689   response.PutCString("name:");
 1690   response.PutCString(reg_info->name);
 1694     response.PutCString("alt-name:");
 1695     response.PutCString(reg_info->alt_name);
 1704     response.PutCString("encoding:uint;");
 1707     response.PutCString("encoding:sint;");
 1710     response.PutCString("encoding:ieee754;");
 1713     response.PutCString("encoding:vector;");
 1721     response.PutCString("format:binary;");
 1724     response.PutCString("format:decimal;");
 1727     response.PutCString("format:hex;");
 1730     response.PutCString("format:float;");
 1733     response.PutCString("format:vector-sint8;");
 1736     response.PutCString("format:vector-uint8;");
 1739     response.PutCString("format:vector-sint16;");
 1742     response.PutCString("format:vector-uint16;");
 1745     response.PutCString("format:vector-sint32;");
 1748     response.PutCString("format:vector-uint32;");
 1751     response.PutCString("format:vector-float32;");
 1754     response.PutCString("format:vector-uint64;");
 1757     response.PutCString("format:vector-uint128;");
 1766     response.PutCString("set:");
 1767     response.PutCString(register_set_name);
 1782     response.PutCString("generic:pc;");
 1785     response.PutCString("generic:sp;");
 1788     response.PutCString("generic:fp;");
 1791     response.PutCString("generic:ra;");
 1794     response.PutCString("generic:flags;");
 1797     response.PutCString("generic:arg1;");
 1800     response.PutCString("generic:arg2;");
 1803     response.PutCString("generic:arg3;");
 1806     response.PutCString("generic:arg4;");
 1809     response.PutCString("generic:arg5;");
 1812     response.PutCString("generic:arg6;");
 1815     response.PutCString("generic:arg7;");
 1818     response.PutCString("generic:arg8;");
 1825     response.PutCString("container-regs:");
 1837     response.PutCString("invalidate-regs:");
 1850     response.PutCString("dynamic_size_dwarf_expr_bytes:");
 2484     response.PutCString("error:");
 2497       response.PutCString("permissions:");
 2512       response.PutCString("name:");
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  202     response.PutCString("socket_name:");
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1217           packet.PutCString("vAttachWait");
 1220             packet.PutCString("vAttachWait");
 1222             packet.PutCString("vAttachOrWait");
 1225         packet.PutCString("vAttachName");
 1311         continue_packet.PutCString("c");
 1313         continue_packet.PutCString("vCont");
 1430               continue_packet.PutCString("vCont;s");
 4907   packet.PutCString("qFileLoadAddress:");
 5302           output_strm.PutCString("response: \nerror: UNIMPLEMENTED\n");
 5337       packet.PutCString("qRcmd,");
 5351         output_strm.PutCString("response: \nerror: UNIMPLEMENTED\n");
tools/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
   31   m_debugger.GetErrorStream().PutCString(
   37   m_debugger.GetErrorStream().PutCString(
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
   89     strm.PutCString("NULL");
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  530       output_sp->PutCString(instructions);
  700     run_string.PutCString("; lldb.target = lldb.debugger.GetSelectedTarget()");
  701     run_string.PutCString("; lldb.process = lldb.target.GetProcess()");
  702     run_string.PutCString("; lldb.thread = lldb.process.GetSelectedThread ()");
  703     run_string.PutCString("; lldb.frame = lldb.thread.GetSelectedFrame ()");
  704     run_string.PutCString("')");
  713     run_string.PutCString("')");
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
  878       stream.PutCString("Availability: unknown (requires process)\n");
  879       stream.PutCString("Enabled: not applicable "
  903     stream.PutCString("DarwinLog filter rules:\n");
  909       stream.PutCString("none\n");
 1096       json_stream.PutCString("<null>");
 1725       stream.PutCString("activity-chain=");
 1726       stream.PutCString(activity_chain);
 1737       stream.PutCString("subsystem=");
 1738       stream.PutCString(subsystem);
 1749       stream.PutCString("category=");
 1750       stream.PutCString(category);
 1754   stream.PutCString("] ");
 1756   output_stream.PutCString(stream.GetString());
tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
  188     s.PutCString(".apple_names index present\n");
  190     s.PutCString(".apple_namespaces index present\n");
  192     s.PutCString(".apple_types index present\n");
  194     s.PutCString(".apple_objc index present\n");
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  194     s.PutCString("NULL");
  200   s.PutCString(name);
  212     s.PutCString("NULL");
  216     s.PutCString(name);
  224     s.PutCString("base ");
  227     s.PutCString("class ");
  230     s.PutCString("const ");
  233     s.PutCString("enum ");
  236     s.PutCString("file ");
  239     s.PutCString("interface ");
  242     s.PutCString("packed ");
  251     s.PutCString("restrict ");
  254     s.PutCString("set ");
  257     s.PutCString("shared ");
  260     s.PutCString("string ");
  263     s.PutCString("struct ");
  266     s.PutCString("subrange ");
  269     s.PutCString("function ");
  272     s.PutCString("thrown ");
  275     s.PutCString("union ");
  278     s.PutCString("unspecified ");
  281     s.PutCString("volatile ");
  293     s.PutCString("[]");
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  416         s.PutCString(DW_TAG_value_to_name(abbrevDecl->Tag()));
  475     s.PutCString("] ");
  478   s.PutCString("( ");
  489     s.PutCString(DW_LANG_value_to_name(form_value.Unsigned()));
  493     s.PutCString(DW_ATE_value_to_name(form_value.Unsigned()));
  526     s.PutCString(" ( ");
  528     s.PutCString(" )");
  535   s.PutCString(" )\n");
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
   93       s.PutCString(" End");
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  389         s.PutCString("NULL");
  437     s.PutCString("DW_FORM_indirect");
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
  271   s.PutCString(os.str());
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  401     strm.PutCString("UnwindAssemblyInstEmulation::WriteMemory   (");
  404     strm.PutCString(", context = ");
  512     strm.PutCString(", context = ");
tools/lldb/source/Symbol/ClangASTContext.cpp
 9413       s->PutCString(enumerator->getNameAsString());
 9451     s->PutCString(val.second);
 9453       s->PutCString(" | ");
 9616             s->PutCString(" \"");
 9676           s->PutCString("typedef ");
 9677           s->PutCString(clang_typedef_name);
 9730           s->PutCString(clang_type_name);
tools/lldb/source/Symbol/Function.cpp
   99     s->PutCString(m_mangled.GetName(language).AsCString());
  101     s->PutCString(m_name.AsCString());
tools/lldb/source/Symbol/Symbol.cpp
  186         s->PutCString(", range = ");
  190         s->PutCString(", address = ");
  407     s->PutCString(", ");
tools/lldb/source/Symbol/SymbolContext.cpp
  148         s->PutCString(" at ");
  162         s->PutCString(" at ");
  174         s->PutCString("symbol stub for: ");
  269       s->PutCString("kind = global, ");
  273       s->PutCString("kind = static, ");
  277       s->PutCString("kind = argument, ");
  281       s->PutCString("kind = local, ");
  285       s->PutCString("kind = thread local, ");
  320   s->PutCString("SymbolContext");
 1187     s->PutCString("Address range: ");
 1191     s->PutCString("\n");
 1265   s->PutCString("SymbolContextList");
tools/lldb/source/Symbol/SymbolFile.cpp
  216   s.PutCString("Types:\n");
  220   s.PutCString("Compile units:\n");
tools/lldb/source/Symbol/Symtab.cpp
   94       s->PutCString(":\n");
  107       s->PutCString(" (sorted by name):\n");
  129       s->PutCString(" (sorted by address):\n");
  142     s->PutCString("\n");
tools/lldb/source/Symbol/Type.cpp
  206       s->PutCString(" (unresolved type)");
  209       s->PutCString(" (unresolved const type)");
  212       s->PutCString(" (unresolved restrict type)");
  215       s->PutCString(" (unresolved volatile type)");
  218       s->PutCString(" (unresolved typedef)");
  221       s->PutCString(" (unresolved pointer)");
  224       s->PutCString(" (unresolved L value reference)");
  227       s->PutCString(" (unresolved R value reference)");
  230       s->PutCString(" (synthetic type)");
  247     s->PutCString(", context = ( ");
  249     s->PutCString(" )");
  264       s->PutCString(" (unresolved type)");
  267       s->PutCString(" (unresolved const type)");
  270       s->PutCString(" (unresolved restrict type)");
  273       s->PutCString(" (unresolved volatile type)");
  276       s->PutCString(" (unresolved typedef)");
  279       s->PutCString(" (unresolved pointer)");
  282       s->PutCString(" (unresolved L value reference)");
  285       s->PutCString(" (unresolved R value reference)");
  288       s->PutCString(" (synthetic type)");
  317       s->PutCString(") ");
 1033     strm.PutCString("Invalid TypeImpl module for type has been deleted\n");
tools/lldb/source/Symbol/UnwindPlan.cpp
   88       s.PutCString("invalid-dwarf-expr");
   90     s.PutCString("dwarf-expr");
  101       s.PutCString("=<unspec>");
  103       s.PutCString("=!");
  107       s.PutCString("=<undef>");
  109       s.PutCString("=?");
  112     s.PutCString("= <same>");
  163     s.PutCString(reg_info->name);
  210     s.PutCString("unspecified");
  534     s.PutCString("Address range of this UnwindPlan: ");
tools/lldb/source/Symbol/Variable.cpp
  122     s->PutCString(", scope = ");
  125       s->PutCString(m_external ? "global" : "static");
  128       s->PutCString("parameter");
  131       s->PutCString("local");
  134       s->PutCString("thread local");
  142     s->PutCString(", context = ( ");
  144     s->PutCString(" )");
  151     s->PutCString(", location = ");
  172     s->PutCString(", external");
  175     s->PutCString(", artificial");
tools/lldb/source/Target/Process.cpp
  964               stream->PutCString("Likely cause: ");
 4058     s->PutCString(" process = NULL, ");
 5211       s.PutCString("Thread state after unsuccessful completion: \n");
 5298                   ts.PutCString(stop_desc);
tools/lldb/source/Target/StackFrame.cpp
 1803     s.PutCString(frame_marker);
 1816     strm->PutCString(s.GetString());
 1855     m_disassembly.PutCString(prev_frame.m_disassembly.GetString());
tools/lldb/source/Target/StackID.cpp
   30   s->PutCString(") ");
tools/lldb/source/Target/StopInfo.cpp
  450                 error_sp->PutCString(err_str);
  836             error_sp->PutCString(err_str);
tools/lldb/source/Target/Target.cpp
  150     s->PutCString("Target\n");
  159       s->PutCString(exe_module->GetFileSpec().GetFilename().GetCString());
  161       s->PutCString("No executable module.");
 3195     s->PutCString("Specifier:\n");
 3207     s->PutCString("\n");
 3216     s->PutCString("\n");
tools/lldb/source/Target/TargetList.cpp
  248                   error_strm.PutCString(", ");
  249                 error_strm.PutCString(the_platform_sp->GetName().GetCString());
tools/lldb/source/Target/ThreadPlan.cpp
  169   s->PutCString("Null thread plan - thread has been destroyed.");
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  229         error->PutCString(m_constructor_errors.GetString());
  231         error->PutCString("Unknown error");
tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
  182             s.PutCString("Stepped in to: ");
  188             s.PutCString(" stepping out to: ");
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  235       error->PutCString(
  242       error->PutCString("Could not create return address breakpoint.");
tools/lldb/source/Target/ThreadPlanStepRange.cpp
   60       error->PutCString(
tools/lldb/source/Target/ThreadPlanStepThrough.cpp
  121     s->PutCString("Stepping through trampoline code from: ");
  128       s->PutCString(" unable to set a backstop breakpoint.");
  135       error->PutCString(
  142       error->PutCString("Could not create backstop breakpoint.");
  148       error->PutCString("Does not have a subplan.");
tools/lldb/source/Target/ThreadPlanStepUntil.cpp
  129       error->PutCString(
  134       error->PutCString("Could not create return breakpoint.");
tools/lldb/source/Target/ThreadPlanTracer.cpp
  144   stream->PutCString(" ");
  206           stream->PutCString(", ");
  220           stream->PutCString("\n\t");
tools/lldb/source/Target/ThreadSpec.cpp
  136       s->PutCString("thread spec: no ");
  140       s->PutCString("thread spec: yes ");
tools/lldb/source/Utility/Broadcaster.cpp
   98             s.PutCString(", ");
  101             s.PutCString(GetBroadcasterName());
  104           s.PutCString(pos->second);
tools/lldb/source/Utility/ConstString.cpp
  260       s->PutCString(cstr);
tools/lldb/source/Utility/Event.cpp
   94 void EventData::Dump(Stream *s) const { s->PutCString("Generic Event Data"); }
tools/lldb/source/Utility/FileSpec.cpp
  348     s->PutCString(path);
tools/lldb/source/Utility/ProcessInfo.cpp
  121     s.PutCString("   file = ");
  174     s.PutCString(
  180     s.PutCString("====== ====== ========== ============================== "
  230       s.PutCString(m_arg0);
  234         s.PutCString(m_arguments.GetArgumentAtIndex(i));
  237       s.PutCString(GetName());
tools/lldb/source/Utility/Scalar.cpp
  250     s->PutCString(m_integer.toString(10, true));
  258     s->PutCString(m_integer.toString(10, false));
tools/lldb/source/Utility/Stream.cpp
   96     PutCString(prefix);
  100     PutCString(suffix);
  272       PutCString("0x");
tools/lldb/source/Utility/StringList.cpp
   94       strm.PutCString(separator);
   95     strm.PutCString(GetStringAtIndex(i));
tools/lldb/source/Utility/UUID.cpp
   53 void UUID::Dump(Stream *s) const { s->PutCString(GetAsString()); }
tools/lldb/unittests/Utility/StreamTest.cpp
   73   s.PutCString("");
   77   s.PutCString("foobar");
   81   s.PutCString(" ");
   87   s.PutCString(llvm::StringRef(""));
   91   s.PutCString(llvm::StringRef("foobar"));
   95   s.PutCString(llvm::StringRef(" "));