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 Sun Aug 18 01:51:49 UTC 2013 in -D 2013.08.18.00.00.15
Date: Sun, 18 Aug 2013 01:51:00 -0000	[thread overview]
Message-ID: <20130818015149.GA4386@sourceware.org> (raw)

11a12
> gdb/aix-thread.c:263: code: long long: Do not use 'long long', instead use LONGEST
gdb/aix-thread.c:263:# define addr_ptr long long
15a17
> gdb/aix-thread.c:1017: code: long long: Do not use 'long long', instead use LONGEST
gdb/aix-thread.c:1017:	ptrace64aix (PTT_CONTINUE, tid[0], (long long) 1,
198a201,202
> gdb/dwarf2read.c:7003: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/dwarf2read.c:7003:	      sprintf (buf, ',
> gdb/dwarf2read.c:7007: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/dwarf2read.c:7007:	    sprintf (buf, ', per_cu->offset.sect_off);
204d207
< gdb/exceptions.c:238: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/exceptions.c:238:deprecated_throw_reason (enum return_reason reason)
207d209
< gdb/exceptions.h:191: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/exceptions.h:191:extern void deprecated_throw_reason (enum return_reason reason)
226a229
> gdb/gdb_ptrace.h:142: code: long long: Do not use 'long long', instead use LONGEST
gdb/gdb_ptrace.h:142:#  define PTRACE_TYPE_ARG3 long long
416d418
< gdb/mi/mi-main.c:1595: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/mi/mi-main.c:1595:	  sprintf (p, ', read_result->data[i]);
417a420
> gdb/mi/mi-main.c:2845: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/mi/mi-main.c:2845:		  sprintf (p, ', data[m]);
438d440
< gdb/monitor.c:1039: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/monitor.c:1039:      deprecated_throw_reason (RETURN_QUIT);
453a456
> gdb/msp430-tdep.c:552: code: OP eol: Do not use &&, or || at the end of a line
gdb/msp430-tdep.c:552:						  frame_base +
466d468
< gdb/nto-procfs.c:697: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/nto-procfs.c:697:      deprecated_throw_reason (RETURN_QUIT);
568d569
< gdb/remote-fileio.c:516: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote-fileio.c:516:  deprecated_throw_reason (RETURN_QUIT);
573d573
< 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);
579d578
< gdb/remote-mips.c:2297: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote-mips.c:2297:	  deprecated_throw_reason (RETURN_QUIT);
613,614d611
< gdb/remote.c:5165: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote.c:5165:      deprecated_throw_reason (RETURN_QUIT);
< gdb/remote.c:5173: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote.c:5173:	  deprecated_throw_reason (RETURN_QUIT);
623a621,624
> gdb/rs6000-nat.c:134: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/rs6000-nat.c:134:  #ifdef HAVE_PTRACE64
> gdb/rs6000-nat.c:135: code: long long: Do not use 'long long', instead use LONGEST
gdb/rs6000-nat.c:135:  int ret = ptrace64 (req, id, (long long) addr, data, buf);
> gdb/rs6000-nat.c:136: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/rs6000-nat.c:136:  #else
> gdb/rs6000-nat.c:138: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/rs6000-nat.c:138:  #endif
624a626,628
> gdb/rs6000-nat.c:152: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/rs6000-nat.c:152:  #ifdef HAVE_PTRACE64
> gdb/rs6000-nat.c:154: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/rs6000-nat.c:154:  #else
> gdb/rs6000-nat.c:156: regression: hash: Do not use ' #...', instead use '#...'(some compilers only correctly parse a C preprocessor directive when '#' is the first character on the line)
gdb/rs6000-nat.c:156:  #endif
775,777d778
< gdb/tracepoint.c:90: deprecated: deprecated readline_begin_hook: Do not use deprecated readline_begin_hook, see declaration for details
gdb/tracepoint.c:90:extern void (*deprecated_readline_begin_hook) (char *, ...);
< gdb/tracepoint.c:91: deprecated: deprecated readline_hook: Do not use deprecated readline_hook, see declaration for details
gdb/tracepoint.c:91:extern char *(*deprecated_readline_hook) (char *);
< gdb/tracepoint.c:92: deprecated: deprecated readline_end_hook: Do not use deprecated readline_end_hook, see declaration for details
gdb/tracepoint.c:92:extern void (*deprecated_readline_end_hook) (void);
834d834
< gdb/utils.c:836: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/utils.c:836:  deprecated_throw_reason (RETURN_ERROR);


             reply	other threads:[~2013-08-18  1:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-18  1:51 GDB Administrator [this message]
2013-08-18 11:14 ` Pierre Muller
2013-08-19 18:18   ` Joel Brobecker
2013-08-23  6:55   ` [OBV commit] Fix " Pierre Muller

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=20130818015149.GA4386@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