Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: GDB Administrator <gdbadmin@sourceware.org>
To: gdb-patches@sourceware.org
Subject: New ARI warning Tue Jan 25 01:55:01 UTC 2011
Date: Tue, 25 Jan 2011 02:06:00 -0000	[thread overview]
Message-ID: <20110125015501.GA4054@sourceware.org> (raw)

861a862,894
> gdb/remote-mips.c:513: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote-mips.c:513:  deprecated_throw_reason (RETURN_ERROR);
> gdb/remote-mips.c:675: gettext: trailing new line: A message should not have a trailing new line
gdb/remote-mips.c:675:      error (_("Watchdog has expired.  Target detached.\n"));
> gdb/remote-mips.c:1264: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:1264:	sprintf (buff, ', cmd,
> gdb/remote-mips.c:1267: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:1267:	sprintf (buff, ', cmd,
> gdb/remote-mips.c:1416: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:1416:      warning ("internal error: mips_initialize called twice");
> gdb/remote-mips.c:1460: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:1460:		sprintf (tbuff, ');
> gdb/remote-mips.c:1614: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/remote-mips.c:1614:	    if ((local_name = strchr (remote_name, '.')) != NULL)
> gdb/remote-mips.c:1645: deprecated: deprecated mips_set_processor_regs_hack: Do not use deprecated mips_set_processor_regs_hack, see declaration for details
gdb/remote-mips.c:1645:  deprecated_mips_set_processor_regs_hack ();
> gdb/remote-mips.c:2285: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote-mips.c:2285:	  deprecated_throw_reason (RETURN_QUIT);
> gdb/remote-mips.c:2322: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:2322:      warning ("\
> gdb/remote-mips.c:2581: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:2581:	      warning ("\
> gdb/remote-mips.c:2588: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2588:	  sprintf (buf, ', i);
> gdb/remote-mips.c:2630: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2630:	      sprintf (buf, ', phex_nz (addr, addr_size));
> gdb/remote-mips.c:2636: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2636:	      sprintf (buf, ',
> gdb/remote-mips.c:2703: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2703:	  sprintf (buf, ', phex_nz (addr, addr_size),
> gdb/remote-mips.c:2709: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2709:	  sprintf (buf, ', phex_nz (addr, addr_size));
> gdb/remote-mips.c:2770: gettext: trailing new line: A message should not have a trailing new line
gdb/remote-mips.c:2770:	  error (_("Download got unexpected ack char: 0x%x, retrying.\n"),
> gdb/remote-mips.c:2829: deprecated: deprecated ui_load_progress_hook: Do not use deprecated ui_load_progress_hook, see declaration for details
gdb/remote-mips.c:2829:	      if (deprecated_ui_load_progress_hook)
> gdb/remote-mips.c:2830: deprecated: deprecated ui_load_progress_hook: Do not use deprecated ui_load_progress_hook, see declaration for details
gdb/remote-mips.c:2830:		deprecated_ui_load_progress_hook (s->name, i);
> gdb/remote-mips.c:3024: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3024:  sprintf (*buff, ');
> gdb/remote-mips.c:3051: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3051:  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:3120: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3120:	  sprintf (p, ');
> gdb/remote-mips.c:3195: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/remote-mips.c:3195:      if ((tftp_file = fopen (tftp_localname, ')) == NULL)
> gdb/remote-mips.c:3242: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3242:  sprintf (hexnumber, ', final);
> gdb/remote-mips.c:3257: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3257:  sprintf (hexnumber, ', bintotal);
> gdb/remote-mips.c:3391: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3391:  sprintf (buffer, ');
> gdb/remote-mips.c:3408: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3408:	sprintf (buffer, ');
> gdb/remote-mips.c:3453: deprecated: deprecated ui_load_progress_hook: Do not use deprecated ui_load_progress_hook, see declaration for details
gdb/remote-mips.c:3453:			if (deprecated_ui_load_progress_hook)
> gdb/remote-mips.c:3454: deprecated: deprecated ui_load_progress_hook: Do not use deprecated ui_load_progress_hook, see declaration for details
gdb/remote-mips.c:3454:			  deprecated_ui_load_progress_hook (s->name, i);
> gdb/remote-mips.c:3488: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3488:  sprintf (buffer, ');	 
> gdb/remote-mips.c:3573: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3573:  sprintf (buf, ', args);
> gdb/remote-mips.c:3600: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/remote-mips.c:3600:  mips_ops.deprecated_xfer_memory = mips_xfer_memory;
1194d1226
< gdb/valprint.c:1174: code: OP eol: Do not use &&, or || at the end of a line
gdb/valprint.c:1174:      while ((rep1 < len) &&


             reply	other threads:[~2011-01-25  1:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-25  2:06 GDB Administrator [this message]
2011-01-25  8:42 ` deprecated_throw_reason? (was Re: New ARI warning Tue Jan 25 01:55:01 UTC 2011) Kevin Buettner
2011-01-25  8:51   ` Andrew Burgess
2011-01-25  9:50     ` Andrew Burgess

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110125015501.GA4054@sourceware.org \
    --to=gdbadmin@sourceware.org \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox