New ARI warning Tue Jan 25 02:06:09 UTC 2011

GDB Administrator gdbadmin@sourceware.org
Tue Jan 25 03:55:00 GMT 2011


927a928,966
> gdb/remote-mips.c:502: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote-mips.c:502:  deprecated_throw_reason (RETURN_ERROR);
> gdb/remote-mips.c:666: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:666:      error ("Watchdog has expired.  Target detached.\n");
> gdb/remote-mips.c:706: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:706:      error ("Remote board reset, debug protocol re-initialized.");
> gdb/remote-mips.c:1251: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:1251:	sprintf (buff, ', cmd,
> gdb/remote-mips.c:1254: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:1254:	sprintf (buff, ', cmd,
> gdb/remote-mips.c:1403: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:1403:      warning ("internal error: mips_initialize called twice");
> gdb/remote-mips.c:1446: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:1446:		sprintf (tbuff, ');
> gdb/remote-mips.c:1588: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:1588:	    perror_with_name ("Unable to open UDP port");
> gdb/remote-mips.c:1601: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/remote-mips.c:1601:	    if ((local_name = strchr (remote_name, '.')) != NULL)
> gdb/remote-mips.c:1632: deprecated: deprecated mips_set_processor_regs_hack: Do not use deprecated mips_set_processor_regs_hack, see declaration for details
gdb/remote-mips.c:1632:  deprecated_mips_set_processor_regs_hack ();
> gdb/remote-mips.c:1731: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:1731:    error ("Argument given to \"detach\" when remotely debugging.");
> gdb/remote-mips.c:2268: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote-mips.c:2268:	  deprecated_throw_reason (RETURN_QUIT);
> gdb/remote-mips.c:2305: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:2305:      warning ("\
> gdb/remote-mips.c:2312: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:2312:    error ("No executable file specified");
> gdb/remote-mips.c:2564: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:2564:	      warning ("\
> gdb/remote-mips.c:2571: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2571:	  sprintf (buf, ', i);
> gdb/remote-mips.c:2615: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2615:	      sprintf (buf, ', phex_nz (addr, addr_size));
> gdb/remote-mips.c:2621: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2621:	      sprintf (buf, ',
> gdb/remote-mips.c:2686: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2686:	  sprintf (buf, ', phex_nz (addr, addr_size),
> gdb/remote-mips.c:2692: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:2692:	  sprintf (buf, ', phex_nz (addr, addr_size));
> gdb/remote-mips.c:2743: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:2743:	  error ("Timeout during download.");
> gdb/remote-mips.c:2752: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:2752:	  error ("Download got unexpected ack char: 0x%x, retrying.\n", ch);
> gdb/remote-mips.c:2810: deprecated: deprecated ui_load_progress_hook: Do not use deprecated ui_load_progress_hook, see declaration for details
gdb/remote-mips.c:2810:	      if (deprecated_ui_load_progress_hook)
> gdb/remote-mips.c:2811: deprecated: deprecated ui_load_progress_hook: Do not use deprecated ui_load_progress_hook, see declaration for details
gdb/remote-mips.c:2811:		deprecated_ui_load_progress_hook (s->name, i);
> gdb/remote-mips.c:3000: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3000:  sprintf (*buff, ');
> 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:3030: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3030:  sprintf (*buff, ');
> gdb/remote-mips.c:3096: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3096:	  sprintf (p, ');
> gdb/remote-mips.c:3169: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/remote-mips.c:3169:      if ((tftp_file = fopen (tftp_localname, ')) == NULL)
> gdb/remote-mips.c:3216: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3216:  sprintf (hexnumber, ', final);
> gdb/remote-mips.c:3231: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3231:  sprintf (hexnumber, ', bintotal);
> gdb/remote-mips.c:3365: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3365:  sprintf (buffer, ');
> gdb/remote-mips.c:3381: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3381:	sprintf (buffer, ');
> gdb/remote-mips.c:3425: deprecated: deprecated ui_load_progress_hook: Do not use deprecated ui_load_progress_hook, see declaration for details
gdb/remote-mips.c:3425:			if (deprecated_ui_load_progress_hook)
> gdb/remote-mips.c:3426: deprecated: deprecated ui_load_progress_hook: Do not use deprecated ui_load_progress_hook, see declaration for details
gdb/remote-mips.c:3426:			  deprecated_ui_load_progress_hook (s->name, i);
> gdb/remote-mips.c:3460: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3460:  sprintf (buffer, ');	 
> gdb/remote-mips.c:3485: gettext: _ markup: All messages should be marked up with _.
gdb/remote-mips.c:3485:    error ("mips_load:  Couldn't get into monitor mode.");
> gdb/remote-mips.c:3545: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote-mips.c:3545:  sprintf (buf, ', args);
> gdb/remote-mips.c:3571: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/remote-mips.c:3571:  mips_ops.deprecated_xfer_memory = mips_xfer_memory;



More information about the Gdb-patches mailing list