This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
New ARI warning Tue May 31 02:07:44 UTC 2011
- From: GDB Administrator <gdbadmin at sourceware dot org>
- To: gdb-patches at sourceware dot org
- Date: Tue, 31 May 2011 02:07:44 +0000
- Subject: New ARI warning Tue May 31 02:07:44 UTC 2011
6c6
< gdb/ada-lang.c:10786: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/ada-lang.c:10786: sprintf (exception_name, ');
> gdb/ada-lang.c:10786: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/ada-lang.c:10786: sprintf (exception_name, ');
51,53c51,53
< gdb/arm-tdep.c:3655: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/arm-tdep.c:3655: sprintf (name_buf, ', reg_char, reg_scaled + i);
< gdb/arm-tdep.c:3986: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/arm-tdep.c:3986: sprintf (name_buf, ', reg - 64);
< gdb/arm-tdep.c:3997: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/arm-tdep.c:3997: sprintf (name_buf, ', reg - 256);
> gdb/arm-tdep.c:3655: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/arm-tdep.c:3655: sprintf (name_buf, ', reg_char, reg_scaled + i);
> gdb/arm-tdep.c:3986: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/arm-tdep.c:3986: sprintf (name_buf, ', reg - 64);
> gdb/arm-tdep.c:3997: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/arm-tdep.c:3997: sprintf (name_buf, ', reg - 256);
55,59c55,59
< gdb/arm-tdep.c:7467: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/arm-tdep.c:7467: sprintf (name_buf, ', reg_char, i);
< gdb/arm-tdep.c:7917: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/arm-tdep.c:7917: sprintf (name_buf, ', regnum << 1);
< gdb/arm-tdep.c:7969: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/arm-tdep.c:7969: sprintf (name_buf, ', regnum >> 1);
< gdb/arm-tdep.c:7995: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/arm-tdep.c:7995: sprintf (name_buf, ', regnum << 1);
< gdb/arm-tdep.c:8036: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/arm-tdep.c:8036: sprintf (name_buf, ', regnum >> 1);
> gdb/arm-tdep.c:7467: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/arm-tdep.c:7467: sprintf (name_buf, ', reg_char, i);
> gdb/arm-tdep.c:7917: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/arm-tdep.c:7917: sprintf (name_buf, ', regnum << 1);
> gdb/arm-tdep.c:7969: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/arm-tdep.c:7969: sprintf (name_buf, ', regnum >> 1);
> gdb/arm-tdep.c:7995: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/arm-tdep.c:7995: sprintf (name_buf, ', regnum << 1);
> gdb/arm-tdep.c:8036: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/arm-tdep.c:8036: sprintf (name_buf, ', regnum >> 1);
75,76c75,76
< gdb/breakpoint.c:12015: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/breakpoint.c:12015: sprintf (small_buf, ', hex_string (utp->addr));
< gdb/breakpoint.c:12046: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/breakpoint.c:12046: sprintf (small_buf, ', utp->pass, tp->number);
> gdb/breakpoint.c:12015: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/breakpoint.c:12015: sprintf (small_buf, ', hex_string (utp->addr));
> gdb/breakpoint.c:12046: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/breakpoint.c:12046: sprintf (small_buf, ', utp->pass, tp->number);
79,81c79,81
< gdb/c-lang.c:238: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/c-lang.c:238: sprintf (octal, ', (int) (value & 0777));
< gdb/c-lang.c:240: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/c-lang.c:240: sprintf (octal, ', (long) value);
< gdb/c-lang.c:248: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/c-lang.c:248: sprintf (octal, ', orig[i] & 0xff);
> gdb/c-lang.c:238: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/c-lang.c:238: sprintf (octal, ', (int) (value & 0777));
> gdb/c-lang.c:240: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/c-lang.c:240: sprintf (octal, ', (long) value);
> gdb/c-lang.c:248: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/c-lang.c:248: sprintf (octal, ', orig[i] & 0xff);
83,84c83,84
< gdb/charset.c:534: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/charset.c:534: sprintf (octal, ', *inp & 0xff);
< gdb/cli-out.c:142: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/cli-out.c:142: sprintf (buffer, ', value);
> gdb/charset.c:534: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/charset.c:534: sprintf (octal, ', *inp & 0xff);
> gdb/cli-out.c:142: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/cli-out.c:142: sprintf (buffer, ', value);
98,99c98,99
< gdb/cli/cli-script.c:444: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/cli/cli-script.c:444: sprintf (buffer, ', cmd->line);
< gdb/cli/cli-script.c:512: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/cli/cli-script.c:512: sprintf (buffer, ', cmd->line);
> gdb/cli/cli-script.c:444: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/cli/cli-script.c:444: sprintf (buffer, ', cmd->line);
> gdb/cli/cli-script.c:512: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/cli/cli-script.c:512: sprintf (buffer, ', cmd->line);
105,106c105,106
< gdb/cli/cli-script.c:1499: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/cli/cli-script.c:1499: sprintf (tmpbuf, ', comfull);
< gdb/cli/cli-script.c:1549: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/cli/cli-script.c:1549: sprintf (tmpbuf, ', comfull);
> gdb/cli/cli-script.c:1499: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/cli/cli-script.c:1499: sprintf (tmpbuf, ', comfull);
> gdb/cli/cli-script.c:1549: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/cli/cli-script.c:1549: sprintf (tmpbuf, ', comfull);
153c153
< gdb/cp-namespace.c:701: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/cp-namespace.c:701: sprintf (concatenated_name, ',
> gdb/cp-namespace.c:701: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/cp-namespace.c:701: sprintf (concatenated_name, ',
207c207
< gdb/dwarf2read.c:14102: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/dwarf2read.c:14102: sprintf (fake_name, ', file);
> gdb/dwarf2read.c:14102: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/dwarf2read.c:14102: sprintf (fake_name, ', file);
209,212c209,212
< gdb/elfread.c:849: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/elfread.c:849: sprintf (name_got_plt, ' SYMBOL_GOT_PLT_SUFFIX, name);
< gdb/elfread.c:1141: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/elfread.c:1141: s += sprintf (s, ');
< gdb/elfread.c:1145: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/elfread.c:1145: s += sprintf (s, ', (unsigned) *data++);
< gdb/elfread.c:1150: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/elfread.c:1150: s += sprintf (s, ', (unsigned) *data++);
> gdb/elfread.c:849: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/elfread.c:849: sprintf (name_got_plt, ' SYMBOL_GOT_PLT_SUFFIX, name);
> gdb/elfread.c:1141: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/elfread.c:1141: s += sprintf (s, ');
> gdb/elfread.c:1145: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/elfread.c:1145: s += sprintf (s, ', (unsigned) *data++);
> gdb/elfread.c:1150: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/elfread.c:1150: s += sprintf (s, ', (unsigned) *data++);
230c230
< gdb/expprint.c:667: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/expprint.c:667: sprintf (buf, ', opcode);
> gdb/expprint.c:667: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/expprint.c:667: sprintf (buf, ', opcode);
244,246c244,246
< gdb/frv-tdep.c:238: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/frv-tdep.c:238: sprintf (buf, ', r);
< gdb/frv-tdep.c:257: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/frv-tdep.c:257: sprintf (buf, ', r);
< gdb/gcore.c:135: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/gcore.c:135: sprintf (corefilename_buffer, ', PIDGET (inferior_ptid));
> gdb/frv-tdep.c:238: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/frv-tdep.c:238: sprintf (buf, ', r);
> gdb/frv-tdep.c:257: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/frv-tdep.c:257: sprintf (buf, ', r);
> gdb/gcore.c:135: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/gcore.c:135: sprintf (corefilename_buffer, ', PIDGET (inferior_ptid));
290,292c290,292
< gdb/gnu-nat.c:2586: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/gnu-nat.c:2586: sprintf (tid_str, ', proc->inf->pid);
< gdb/gnu-nat.c:2588: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/gnu-nat.c:2588: sprintf (tid_str, ',
< gdb/gnu-nat.c:2606: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/gnu-nat.c:2606: sprintf (tid_str, ', tid);
> gdb/gnu-nat.c:2586: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/gnu-nat.c:2586: sprintf (tid_str, ', proc->inf->pid);
> gdb/gnu-nat.c:2588: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/gnu-nat.c:2588: sprintf (tid_str, ',
> gdb/gnu-nat.c:2606: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/gnu-nat.c:2606: sprintf (tid_str, ', tid);
299c299
< gdb/go32-nat.c:1251: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/go32-nat.c:1251: sprintf (cpu_string, ',
> gdb/go32-nat.c:1251: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/go32-nat.c:1251: sprintf (cpu_string, ',
384,390c384,390
< gdb/infrun.c:6116: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/infrun.c:6116: sprintf (argBuf, ', argv[0], ');
< gdb/infrun.c:6122: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/infrun.c:6122: sprintf (argBuf, ', argv[0], ');
< gdb/infrun.c:6124: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/infrun.c:6124: sprintf (argBuf, ', argv[0], ');
< gdb/infrun.c:6129: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/infrun.c:6129: sprintf (argBuf, ', argv[0], ');
< gdb/infrun.c:6131: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/infrun.c:6131: sprintf (argBuf, ', argv[0], ');
< gdb/infrun.c:6136: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/infrun.c:6136: sprintf (argBuf, ', argv[0], ');
< gdb/infrun.c:6138: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/infrun.c:6138: sprintf (argBuf, ', argv[0], ');
> gdb/infrun.c:6116: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/infrun.c:6116: sprintf (argBuf, ', argv[0], ');
> gdb/infrun.c:6122: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/infrun.c:6122: sprintf (argBuf, ', argv[0], ');
> gdb/infrun.c:6124: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/infrun.c:6124: sprintf (argBuf, ', argv[0], ');
> gdb/infrun.c:6129: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/infrun.c:6129: sprintf (argBuf, ', argv[0], ');
> gdb/infrun.c:6131: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/infrun.c:6131: sprintf (argBuf, ', argv[0], ');
> gdb/infrun.c:6136: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/infrun.c:6136: sprintf (argBuf, ', argv[0], ');
> gdb/infrun.c:6138: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/infrun.c:6138: sprintf (argBuf, ', argv[0], ');
392c392
< gdb/interps.c:215: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/interps.c:215: sprintf (buffer, ',
> gdb/interps.c:215: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/interps.c:215: sprintf (buffer, ',
410c410
< gdb/jv-exp.y:345: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/jv-exp.y:345: sprintf ($$.ptr, ',
> gdb/jv-exp.y:345: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/jv-exp.y:345: sprintf ($$.ptr, ',
433,434c433,434
< gdb/linespec.c:433: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linespec.c:433: sprintf (canonical_name, ', filename, symname);
< gdb/linespec.c:438: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linespec.c:438: sprintf (canonical_name, ', filename, sal->line);
> gdb/linespec.c:433: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linespec.c:433: sprintf (canonical_name, ', filename, symname);
> gdb/linespec.c:438: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linespec.c:438: sprintf (canonical_name, ', filename, sal->line);
441c441
< gdb/linux-nat.c:1812: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:1812: sprintf (args, ', (int) WSTOPSIG (status));
> gdb/linux-nat.c:1812: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:1812: sprintf (args, ', (int) WSTOPSIG (status));
443c443
< gdb/linux-nat.c:4147: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:4147: sprintf (name1, ', pid);
> gdb/linux-nat.c:4147: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4147: sprintf (name1, ', pid);
449c449
< gdb/linux-nat.c:4198: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:4198: sprintf (mapsfilename, ', pid);
> gdb/linux-nat.c:4198: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4198: sprintf (mapsfilename, ', pid);
453,454c453,454
< gdb/linux-nat.c:4629: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:4629: sprintf (fname1, ', pid);
< gdb/linux-nat.c:4636: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:4636: sprintf (fname1, ', pid);
> gdb/linux-nat.c:4629: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4629: sprintf (fname1, ', pid);
> gdb/linux-nat.c:4636: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4636: sprintf (fname1, ', pid);
456,458c456,458
< gdb/linux-nat.c:4652: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:4652: sprintf (fname1, ', pid);
< gdb/linux-nat.c:4661: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:4661: sprintf (fname1, ', pid);
< gdb/linux-nat.c:4670: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:4670: sprintf (fname1, ', pid);
> gdb/linux-nat.c:4652: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4652: sprintf (fname1, ', pid);
> gdb/linux-nat.c:4661: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4661: sprintf (fname1, ', pid);
> gdb/linux-nat.c:4670: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4670: sprintf (fname1, ', pid);
461c461
< gdb/linux-nat.c:4732: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:4732: sprintf (fname1, ', pid);
> gdb/linux-nat.c:4732: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4732: sprintf (fname1, ', pid);
463c463
< gdb/linux-nat.c:4746: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:4746: sprintf (fname1, ', pid);
> gdb/linux-nat.c:4746: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4746: sprintf (fname1, ', pid);
465,467c465,467
< gdb/linux-nat.c:4868: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:4868: sprintf (filename, ', PIDGET (inferior_ptid));
< gdb/linux-nat.c:5038: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:5038: sprintf (fname, ', pid);
< gdb/linux-nat.c:5149: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/linux-nat.c:5149: sprintf (procentry, ', dp->d_name);
> gdb/linux-nat.c:4868: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4868: sprintf (filename, ', PIDGET (inferior_ptid));
> gdb/linux-nat.c:5038: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:5038: sprintf (fname, ', pid);
> gdb/linux-nat.c:5149: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:5149: sprintf (procentry, ', dp->d_name);
486,487c486,487
< gdb/m32c-tdep.c:204: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/m32c-tdep.c:204: sprintf (type_name, ',
< gdb/m32c-tdep.c:212: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/m32c-tdep.c:212: sprintf (type_name, ',
> gdb/m32c-tdep.c:204: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/m32c-tdep.c:204: sprintf (type_name, ',
> gdb/m32c-tdep.c:212: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/m32c-tdep.c:212: sprintf (type_name, ',
494c494
< gdb/m68hc11-tdep.c:251: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/m68hc11-tdep.c:251: sprintf (buf, ', i - SOFT_D1_REGNUM + 1);
> gdb/m68hc11-tdep.c:251: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/m68hc11-tdep.c:251: sprintf (buf, ', i - SOFT_D1_REGNUM + 1);
517,518c517,518
< gdb/mi/mi-main.c:1144: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/mi/mi-main.c:1144: sprintf (ptr, ', (unsigned char) valaddr[idx]);
< gdb/mi/mi-main.c:1544: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/mi/mi-main.c:1544: sprintf (p, ', read_result->data[i]);
> gdb/mi/mi-main.c:1144: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/mi/mi-main.c:1144: sprintf (ptr, ', (unsigned char) valaddr[idx]);
> gdb/mi/mi-main.c:1544: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/mi/mi-main.c:1544: sprintf (p, ', read_result->data[i]);
520c520
< gdb/mi/mi-out.c:203: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/mi/mi-out.c:203: sprintf (buffer, ', value);
> gdb/mi/mi-out.c:203: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/mi/mi-out.c:203: sprintf (buffer, ', value);
546,548c546,548
< gdb/monitor.c:169: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/monitor.c:169: sprintf (newstr, ', ch & 0xff);
< gdb/monitor.c:294: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/monitor.c:294: sprintf (sndbuf, format, arg_string);
< gdb/monitor.c:298: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/monitor.c:298: sprintf (sndbuf, format, arg_int);
> gdb/monitor.c:169: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/monitor.c:169: sprintf (newstr, ', ch & 0xff);
> gdb/monitor.c:294: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/monitor.c:294: sprintf (sndbuf, format, arg_string);
> gdb/monitor.c:298: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/monitor.c:298: sprintf (sndbuf, format, arg_int);
566c566
< gdb/mt-tdep.c:207: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/mt-tdep.c:207: sprintf (name, ', dim_1, dim_2, stub);
> gdb/mt-tdep.c:207: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/mt-tdep.c:207: sprintf (name, ', dim_1, dim_2, stub);
580,584c580,584
< gdb/nto-tdep.c:125: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/nto-tdep.c:125: sprintf (arch_path, ', nto_root, arch, endian);
< gdb/nto-tdep.c:128: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/nto-tdep.c:128: sprintf (buf, PATH_FMT, arch_path, arch_path, arch_path, arch_path,
< gdb/nto-tdep.c:135: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/nto-tdep.c:135: sprintf (arch_path, ', solib);
< gdb/nto-tdep.c:176: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/nto-tdep.c:176: sprintf (arch_path, ', nto_root, arch, endian);
< gdb/nto-tdep.c:178: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/nto-tdep.c:178: sprintf (buf, ', arch_path);
> gdb/nto-tdep.c:125: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/nto-tdep.c:125: sprintf (arch_path, ', nto_root, arch, endian);
> gdb/nto-tdep.c:128: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/nto-tdep.c:128: sprintf (buf, PATH_FMT, arch_path, arch_path, arch_path, arch_path,
> gdb/nto-tdep.c:135: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/nto-tdep.c:135: sprintf (arch_path, ', solib);
> gdb/nto-tdep.c:176: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/nto-tdep.c:176: sprintf (arch_path, ', nto_root, arch, endian);
> gdb/nto-tdep.c:178: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/nto-tdep.c:178: sprintf (buf, ', arch_path);
617,618c617,618
< gdb/ppc-linux-nat.c:604: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/ppc-linux-nat.c:604: sprintf (message, ',
< gdb/ppc-linux-nat.c:1095: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/ppc-linux-nat.c:1095: sprintf (message, ',
> gdb/ppc-linux-nat.c:604: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/ppc-linux-nat.c:604: sprintf (message, ',
> gdb/ppc-linux-nat.c:1095: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/ppc-linux-nat.c:1095: sprintf (message, ',
635,641c635,641
< gdb/procfs.c:715: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:715: sprintf (pi->pathname, MAIN_PROC_NAME_FMT, pid);
< gdb/procfs.c:722: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:722: sprintf (pi->pathname, ', pid, tid);
< gdb/procfs.c:724: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:724: sprintf (pi->pathname, MAIN_PROC_NAME_FMT, pid);
< gdb/procfs.c:821: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:821: sprintf (procfile, ', pi->pid);
< gdb/procfs.c:886: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:886: sprintf (pathname, ', pi->pid);
< gdb/procfs.c:1072: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:1072: sprintf (errmsg, ', func, line, pi->pathname);
< gdb/procfs.c:1079: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:1079: sprintf (errmsg, ', func, line, pi->pathname);
> gdb/procfs.c:715: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:715: sprintf (pi->pathname, MAIN_PROC_NAME_FMT, pid);
> gdb/procfs.c:722: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:722: sprintf (pi->pathname, ', pid, tid);
> gdb/procfs.c:724: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:724: sprintf (pi->pathname, MAIN_PROC_NAME_FMT, pid);
> gdb/procfs.c:821: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:821: sprintf (procfile, ', pi->pid);
> gdb/procfs.c:886: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:886: sprintf (pathname, ', pi->pid);
> gdb/procfs.c:1072: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:1072: sprintf (errmsg, ', func, line, pi->pathname);
> gdb/procfs.c:1079: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:1079: sprintf (errmsg, ', func, line, pi->pathname);
650c650
< gdb/procfs.c:2741: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:2741: sprintf (pathname, ', pi->pid);
> gdb/procfs.c:2741: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:2741: sprintf (pathname, ', pi->pid);
664c664
< gdb/procfs.c:3358: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:3358: sprintf (errmsg, ',
> gdb/procfs.c:3358: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:3358: sprintf (errmsg, ',
669c669
< gdb/procfs.c:3756: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:3756: sprintf (name, ', pi->pid, map->pr_mapname);
> gdb/procfs.c:3756: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:3756: sprintf (name, ', pi->pid, map->pr_mapname);
692,694c692,694
< gdb/procfs.c:5031: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:5031: sprintf (buf, ', PIDGET (ptid));
< gdb/procfs.c:5033: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:5033: sprintf (buf, ', TIDGET (ptid));
< gdb/procfs.c:5248: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/procfs.c:5248: sprintf (pathname, ', pi->pid);
> gdb/procfs.c:5031: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:5031: sprintf (buf, ', PIDGET (ptid));
> gdb/procfs.c:5033: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:5033: sprintf (buf, ', TIDGET (ptid));
> gdb/procfs.c:5248: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/procfs.c:5248: sprintf (pathname, ', pi->pid);
716,717c716,717
< gdb/remote-fileio.c:550: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-fileio.c:550: sprintf (buf + strlen (buf), ', retcode);
< gdb/remote-fileio.c:560: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-fileio.c:560: sprintf (buf + strlen (buf), ', error);
> gdb/remote-fileio.c:550: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-fileio.c:550: sprintf (buf + strlen (buf), ', retcode);
> gdb/remote-fileio.c:560: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-fileio.c:560: sprintf (buf + strlen (buf), ', error);
719,720c719,720
< gdb/remote-m32r-sdi.c:381: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-m32r-sdi.c:381: sprintf (hostname, ', SDIPORT);
< gdb/remote-m32r-sdi.c:386: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-m32r-sdi.c:386: sprintf (hostname, ', args, SDIPORT);
> gdb/remote-m32r-sdi.c:381: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-m32r-sdi.c:381: sprintf (hostname, ', SDIPORT);
> gdb/remote-m32r-sdi.c:386: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-m32r-sdi.c:386: sprintf (hostname, ', args, SDIPORT);
723,725c723,725
< gdb/remote-mips.c:1266: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:1266: sprintf (buff, ', cmd,
< gdb/remote-mips.c:1269: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:1269: sprintf (buff, ', cmd,
< gdb/remote-mips.c:1462: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:1462: sprintf (tbuff, ');
> gdb/remote-mips.c:1266: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:1266: sprintf (buff, ', cmd,
> gdb/remote-mips.c:1269: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:1269: sprintf (buff, ', cmd,
> gdb/remote-mips.c:1462: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:1462: sprintf (tbuff, ');
729,733c729,733
< gdb/remote-mips.c:2591: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2591: sprintf (buf, ', i);
< gdb/remote-mips.c:2633: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2633: sprintf (buf, ', phex_nz (addr, addr_size));
< gdb/remote-mips.c:2639: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2639: sprintf (buf, ',
< gdb/remote-mips.c:2706: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2706: sprintf (buf, ', phex_nz (addr, addr_size),
< gdb/remote-mips.c:2712: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2712: sprintf (buf, ', phex_nz (addr, addr_size));
> gdb/remote-mips.c:2591: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:2591: sprintf (buf, ', i);
> gdb/remote-mips.c:2633: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:2633: sprintf (buf, ', phex_nz (addr, addr_size));
> gdb/remote-mips.c:2639: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:2639: sprintf (buf, ',
> gdb/remote-mips.c:2706: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:2706: sprintf (buf, ', phex_nz (addr, addr_size),
> gdb/remote-mips.c:2712: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:2712: sprintf (buf, ', phex_nz (addr, addr_size));
736,739c736,739
< gdb/remote-mips.c:3027: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3027: sprintf (*buff, ');
< gdb/remote-mips.c:3054: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3054: sprintf (*buff, ');
< gdb/remote-mips.c:3057: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3057: sprintf (*buff, ');
< gdb/remote-mips.c:3123: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3123: sprintf (p, ');
> gdb/remote-mips.c:3027: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3027: sprintf (*buff, ');
> gdb/remote-mips.c:3054: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3054: sprintf (*buff, ');
> gdb/remote-mips.c:3057: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3057: sprintf (*buff, ');
> gdb/remote-mips.c:3123: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3123: sprintf (p, ');
741,744c741,744
< gdb/remote-mips.c:3245: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3245: sprintf (hexnumber, ', final);
< gdb/remote-mips.c:3260: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3260: sprintf (hexnumber, ', bintotal);
< gdb/remote-mips.c:3394: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3394: sprintf (buffer, ');
< gdb/remote-mips.c:3411: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3411: sprintf (buffer, ');
> gdb/remote-mips.c:3245: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3245: sprintf (hexnumber, ', final);
> gdb/remote-mips.c:3260: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3260: sprintf (hexnumber, ', bintotal);
> gdb/remote-mips.c:3394: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3394: sprintf (buffer, ');
> gdb/remote-mips.c:3411: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3411: sprintf (buffer, ');
747,748c747,748
< gdb/remote-mips.c:3491: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3491: sprintf (buffer, ');
< gdb/remote-mips.c:3576: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3576: sprintf (buf, ', args);
> gdb/remote-mips.c:3491: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3491: sprintf (buffer, ');
> gdb/remote-mips.c:3576: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote-mips.c:3576: sprintf (buf, ', args);
754c754
< gdb/remote.c:471: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:471: sprintf (buf, ', adjusted_size);
> gdb/remote.c:471: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:471: sprintf (buf, ', adjusted_size);
761,762c761,762
< gdb/remote.c:1372: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:1372: sprintf (rs->buf, ', pid);
< gdb/remote.c:1374: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:1374: sprintf (rs->buf, ');
> gdb/remote.c:1372: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:1372: sprintf (rs->buf, ', pid);
> gdb/remote.c:1374: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:1374: sprintf (rs->buf, ');
764,767c764,767
< gdb/remote.c:2786: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:2786: sprintf (p, ');
< gdb/remote.c:3527: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:3527: sprintf (rs->buf, '
< gdb/remote.c:4106: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:4106: sprintf (rs->buf, ', pid);
< gdb/remote.c:4185: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:4185: sprintf (rs->buf, ', pid);
> gdb/remote.c:2786: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:2786: sprintf (p, ');
> gdb/remote.c:3527: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:3527: sprintf (rs->buf, '
> gdb/remote.c:4106: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:4106: sprintf (rs->buf, ', pid);
> gdb/remote.c:4185: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:4185: sprintf (rs->buf, ', pid);
770c770
< gdb/remote.c:5666: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:5666: sprintf (rs->buf, ');
> gdb/remote.c:5666: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:5666: sprintf (rs->buf, ');
773,775c773,775
< gdb/remote.c:7323: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:7323: sprintf (rs->buf, ', pid);
< gdb/remote.c:7604: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:7604: sprintf (p, ', bpsize);
< gdb/remote.c:7642: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:7642: sprintf (p, ', bp_tgt->placed_size);
> gdb/remote.c:7323: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:7323: sprintf (rs->buf, ', pid);
> gdb/remote.c:7604: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:7604: sprintf (p, ', bpsize);
> gdb/remote.c:7642: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:7642: sprintf (p, ', bp_tgt->placed_size);
777,782c777,782
< gdb/remote.c:7684: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:7684: sprintf (rs->buf, ', packet);
< gdb/remote.c:7688: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:7688: sprintf (p, ', len);
< gdb/remote.c:7718: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:7718: sprintf (rs->buf, ', packet);
< gdb/remote.c:7722: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:7722: sprintf (p, ', len);
< gdb/remote.c:7815: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:7815: sprintf (p, ', bp_tgt->placed_size);
< gdb/remote.c:7850: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:7850: sprintf (p, ', bp_tgt->placed_size);
> gdb/remote.c:7684: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:7684: sprintf (rs->buf, ', packet);
> gdb/remote.c:7688: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:7688: sprintf (p, ', len);
> gdb/remote.c:7718: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:7718: sprintf (rs->buf, ', packet);
> gdb/remote.c:7722: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:7722: sprintf (p, ', len);
> gdb/remote.c:7815: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:7815: sprintf (p, ', bp_tgt->placed_size);
> gdb/remote.c:7850: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:7850: sprintf (p, ', bp_tgt->placed_size);
784,789c784,789
< gdb/remote.c:9747: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:9747: sprintf (buf, ', t->number,
< gdb/remote.c:9764: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:9764: sprintf (buf + strlen (buf), ', isize);
< gdb/remote.c:9808: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:9808: sprintf (buf + strlen (buf), ', aexpr->len);
< gdb/remote.c:9833: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:9833: sprintf (buf, ',
< gdb/remote.c:9850: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:9850: sprintf (buf, ',
< gdb/remote.c:9903: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:9903: sprintf (rs->buf, ',
> gdb/remote.c:9747: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:9747: sprintf (buf, ', t->number,
> gdb/remote.c:9764: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:9764: sprintf (buf + strlen (buf), ', isize);
> gdb/remote.c:9808: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:9808: sprintf (buf + strlen (buf), ', aexpr->len);
> gdb/remote.c:9833: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:9833: sprintf (buf, ',
> gdb/remote.c:9850: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:9850: sprintf (buf, ',
> gdb/remote.c:9903: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:9903: sprintf (rs->buf, ',
791,799c791,799
< gdb/remote.c:9944: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:9944: sprintf (target_buf + strlen (target_buf),
< gdb/remote.c:10030: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:10030: sprintf (p, ', num);
< gdb/remote.c:10033: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:10033: sprintf (p, ', phex_nz (addr1, 0));
< gdb/remote.c:10036: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:10036: sprintf (p, ', num);
< gdb/remote.c:10039: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:10039: sprintf (p, ', phex_nz (addr1, 0), phex_nz (addr2, 0));
< gdb/remote.c:10042: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:10042: sprintf (p, ', phex_nz (addr1, 0), phex_nz (addr2, 0));
< gdb/remote.c:10097: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:10097: sprintf (rs->buf, ', tsvnum);
< gdb/remote.c:10186: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:10186: sprintf (rs->buf, ', val);
< gdb/remote.c:10214: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:10214: sprintf (rs->buf, ', val);
> gdb/remote.c:9944: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:9944: sprintf (target_buf + strlen (target_buf),
> gdb/remote.c:10030: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:10030: sprintf (p, ', num);
> gdb/remote.c:10033: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:10033: sprintf (p, ', phex_nz (addr1, 0));
> gdb/remote.c:10036: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:10036: sprintf (p, ', num);
> gdb/remote.c:10039: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:10039: sprintf (p, ', phex_nz (addr1, 0), phex_nz (addr2, 0));
> gdb/remote.c:10042: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:10042: sprintf (p, ', phex_nz (addr1, 0), phex_nz (addr2, 0));
> gdb/remote.c:10097: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:10097: sprintf (rs->buf, ', tsvnum);
> gdb/remote.c:10186: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:10186: sprintf (rs->buf, ', val);
> gdb/remote.c:10214: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/remote.c:10214: sprintf (rs->buf, ', val);
855,856c855,856
< gdb/sol-thread.c:202: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:202: sprintf (buf, ', errcode);
< gdb/sol-thread.c:233: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:233: sprintf (buf, ', statecode);
> gdb/sol-thread.c:202: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/sol-thread.c:202: sprintf (buf, ', errcode);
> gdb/sol-thread.c:233: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/sol-thread.c:233: sprintf (buf, ', statecode);
860,864c860,864
< gdb/sol-thread.c:1150: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1150: sprintf (buf, ', GET_THREAD (ptid));
< gdb/sol-thread.c:1152: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1152: sprintf (buf, ',
< gdb/sol-thread.c:1155: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1155: sprintf (buf, ', GET_THREAD (ptid));
< gdb/sol-thread.c:1158: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1158: sprintf (buf, ', GET_LWP (ptid));
< gdb/sol-thread.c:1160: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/sol-thread.c:1160: sprintf (buf, ', PIDGET (ptid));
> gdb/sol-thread.c:1150: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/sol-thread.c:1150: sprintf (buf, ', GET_THREAD (ptid));
> gdb/sol-thread.c:1152: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/sol-thread.c:1152: sprintf (buf, ',
> gdb/sol-thread.c:1155: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/sol-thread.c:1155: sprintf (buf, ', GET_THREAD (ptid));
> gdb/sol-thread.c:1158: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/sol-thread.c:1158: sprintf (buf, ', GET_LWP (ptid));
> gdb/sol-thread.c:1160: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/sol-thread.c:1160: sprintf (buf, ', PIDGET (ptid));
889,893c889,893
< gdb/source.c:378: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/source.c:378: sprintf (buf, ', DIRNAME_SEPARATOR);
< gdb/source.c:1369: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/source.c:1369: sprintf (name, ', line, s->filename);
< gdb/source.c:1411: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/source.c:1411: sprintf (buf, ', current_source_line++);
< gdb/source.c:1417: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/source.c:1417: sprintf (buf, ', c + 0100);
< gdb/source.c:1434: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/source.c:1434: sprintf (buf, ', c);
> gdb/source.c:378: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/source.c:378: sprintf (buf, ', DIRNAME_SEPARATOR);
> gdb/source.c:1369: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/source.c:1369: sprintf (name, ', line, s->filename);
> gdb/source.c:1411: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/source.c:1411: sprintf (buf, ', current_source_line++);
> gdb/source.c:1417: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/source.c:1417: sprintf (buf, ', c + 0100);
> gdb/source.c:1434: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/source.c:1434: sprintf (buf, ', c);
926,929c926,929
< gdb/symtab.c:309: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/symtab.c:309: sprintf (buf, ', const_prefix, volatile_prefix);
< gdb/symtab.c:315: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/symtab.c:315: sprintf (buf, ', const_prefix, volatile_prefix);
< gdb/symtab.c:321: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/symtab.c:321: sprintf (buf, ', const_prefix, volatile_prefix, len);
< gdb/symtab.c:3087: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/symtab.c:3087: sprintf (tmp, ', fix, ', opname);
> gdb/symtab.c:309: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/symtab.c:309: sprintf (buf, ', const_prefix, volatile_prefix);
> gdb/symtab.c:315: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/symtab.c:315: sprintf (buf, ', const_prefix, volatile_prefix);
> gdb/symtab.c:321: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/symtab.c:321: sprintf (buf, ', const_prefix, volatile_prefix, len);
> gdb/symtab.c:3087: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/symtab.c:3087: sprintf (tmp, ', fix, ', opname);
993,996c993,996
< gdb/tracepoint.c:1200: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tracepoint.c:1200: sprintf (end, ', list->regs_mask[i]);
< gdb/tracepoint.c:1237: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tracepoint.c:1237: sprintf (end, ', tmp2, (long) length);
< gdb/tracepoint.c:1239: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tracepoint.c:1239: sprintf (end, ', list->list[i].type, tmp2, (long) length);
< gdb/tracepoint.c:1256: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tracepoint.c:1256: sprintf (end, ', list->aexpr_list[i]->len);
> gdb/tracepoint.c:1200: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tracepoint.c:1200: sprintf (end, ', list->regs_mask[i]);
> gdb/tracepoint.c:1237: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tracepoint.c:1237: sprintf (end, ', tmp2, (long) length);
> gdb/tracepoint.c:1239: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tracepoint.c:1239: sprintf (end, ', list->list[i].type, tmp2, (long) length);
> gdb/tracepoint.c:1256: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tracepoint.c:1256: sprintf (end, ', list->aexpr_list[i]->len);
1000,1003c1000,1003
< gdb/tracepoint.c:2648: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tracepoint.c:2648: sprintf (buf, ',
< gdb/tracepoint.c:3178: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tracepoint.c:3178: sprintf (buf, ', namebase);
< gdb/tracepoint.c:3183: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tracepoint.c:3183: sprintf (buf, ', namebase, try_num++);
< gdb/tracepoint.c:3189: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tracepoint.c:3189: sprintf (buf, ', namebase, try_num++);
> gdb/tracepoint.c:2648: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tracepoint.c:2648: sprintf (buf, ',
> gdb/tracepoint.c:3178: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tracepoint.c:3178: sprintf (buf, ', namebase);
> gdb/tracepoint.c:3183: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tracepoint.c:3183: sprintf (buf, ', namebase, try_num++);
> gdb/tracepoint.c:3189: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tracepoint.c:3189: sprintf (buf, ', namebase, try_num++);
1020c1020
< gdb/tui/tui-io.c:420: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-io.c:420: sprintf (msg, ', len);
> gdb/tui/tui-io.c:420: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tui/tui-io.c:420: sprintf (msg, ', len);
1023,1024c1023,1024
< gdb/tui/tui-source.c:69: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-source.c:69: sprintf (name, ', s->filename, line_no);
< gdb/tui/tui-source.c:134: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-source.c:134: sprintf (src_line, ', cur_line_no);
> gdb/tui/tui-source.c:69: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tui/tui-source.c:69: sprintf (name, ', s->filename, line_no);
> gdb/tui/tui-source.c:134: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tui/tui-source.c:134: sprintf (src_line, ', cur_line_no);
1026,1034c1026,1034
< gdb/tui/tui-source.c:306: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-source.c:306: sprintf (src_line + i, ', warning_string);
< gdb/tui/tui-stack.c:97: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-stack.c:97: sprintf (line_buf, ', loc->line_no);
< gdb/tui/tui-stack.c:160: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-stack.c:160: sprintf (buf, ',
< gdb/tui/tui-stack.c:166: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-stack.c:166: sprintf (buf, ',
< gdb/tui/tui-stack.c:182: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-stack.c:182: sprintf (buf, ', PROC_PREFIX,
< gdb/tui/tui-stack.c:185: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-stack.c:185: sprintf (buf, ', PROC_PREFIX,
< gdb/tui/tui-stack.c:192: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-stack.c:192: sprintf (buf, ', LINE_PREFIX,
< gdb/tui/tui-win.c:470: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-win.c:470: sprintf (cmd, ',
< gdb/tui/tui-win.c:473: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/tui/tui-win.c:473: sprintf (cmd, ',
> gdb/tui/tui-source.c:306: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tui/tui-source.c:306: sprintf (src_line + i, ', warning_string);
> gdb/tui/tui-stack.c:97: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tui/tui-stack.c:97: sprintf (line_buf, ', loc->line_no);
> gdb/tui/tui-stack.c:160: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tui/tui-stack.c:160: sprintf (buf, ',
> gdb/tui/tui-stack.c:166: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tui/tui-stack.c:166: sprintf (buf, ',
> gdb/tui/tui-stack.c:182: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tui/tui-stack.c:182: sprintf (buf, ', PROC_PREFIX,
> gdb/tui/tui-stack.c:185: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tui/tui-stack.c:185: sprintf (buf, ', PROC_PREFIX,
> gdb/tui/tui-stack.c:192: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tui/tui-stack.c:192: sprintf (buf, ', LINE_PREFIX,
> gdb/tui/tui-win.c:470: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tui/tui-win.c:470: sprintf (cmd, ',
> gdb/tui/tui-win.c:473: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/tui/tui-win.c:473: sprintf (cmd, ',
1051c1051
< gdb/utils.c:3979: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/utils.c:3979: sprintf (retp, ', *p);
> gdb/utils.c:3979: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/utils.c:3979: sprintf (retp, ', *p);
1069c1069
< gdb/valops.c:3492: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/valops.c:3492: sprintf (concatenated_name, ', namespace_name, name);
> gdb/valops.c:3492: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/valops.c:3492: sprintf (concatenated_name, ', namespace_name, name);
1105,1106c1105,1106
< gdb/windows-nat.c:1891: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/windows-nat.c:1891: sprintf (procexe, ', pid);
< gdb/windows-nat.c:2049: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/windows-nat.c:2049: sprintf (cygallargs, ', exec_file, allargs);
> gdb/windows-nat.c:1891: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/windows-nat.c:1891: sprintf (procexe, ', pid);
> gdb/windows-nat.c:2049: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/windows-nat.c:2049: sprintf (cygallargs, ', exec_file, allargs);
1111c1111
< gdb/windows-nat.c:2597: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/windows-nat.c:2597: sprintf (newini, ',
> gdb/windows-nat.c:2597: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/windows-nat.c:2597: sprintf (newini, ',
1150c1150
< gdb/xtensa-tdep.c:327: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/xtensa-tdep.c:327: sprintf (name, ', size * 8);
> gdb/xtensa-tdep.c:327: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/xtensa-tdep.c:327: sprintf (name, ', size * 8);