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 Thu May 27 01:54:21 UTC 2010


47a48
> gdb/amd64-tdep.c:1881: deprecate: read_memory: Replace read_memory() with regcache_read() et.al.
gdb/amd64-tdep.c:1881:      read_memory (pc + 1, buf, 3);
496a498
> gdb/i386-tdep.c:936: deprecate: read_memory: Replace read_memory() with regcache_read() et.al.
gdb/i386-tdep.c:936:      read_memory (pc + delta, buf, sizeof (buf));
1117a1120,1121
> gdb/remote.c:449: gettext: trailing new line: A message should not have a trailing new line
gdb/remote.c:449:	    error (_("invalid qRelocInsn packet: %s\n"), buf);
> gdb/remote.c:466: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/remote.c:466:	      sprintf (buf, ', adjusted_size);


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