This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

New ARI warning Fri Jul 2 01:53:49 UTC 2010


1134a1135
> gdb/remote.c:2787: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:2787:  sprintf (p, ');
1161a1163
> gdb/remote.c:9747: gettext: _ markup: All messages should be marked up with _.
gdb/remote.c:9747:		error ("Static tracepoint not valid during download");
1450,1451d1451
< gdb/tracepoint.c:625: code: OP eol: Do not use &&, or || at the end of a line
gdb/tracepoint.c:625:	      if ((0 == strncasecmp (', p + 1, 3)) ||
< gdb/tracepoint.c:626: code: OP eol: Do not use &&, or || at the end of a line
gdb/tracepoint.c:626:		  (0 == strncasecmp (', p + 1, 3)) ||
1481a1482
> gdb/tracepoint.c:4133: gettext: _ markup: All messages should be marked up with _.
gdb/tracepoint.c:4133:    error ("bad marker definition: %s", line);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]