This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
New ARI warning Sun Nov 20 01:57:04 UTC 2016
- From: GDB Administrator <gdbadmin at sourceware dot org>
- To: gdb-patches at sourceware dot org
- Date: Sun, 20 Nov 2016 01:57:05 +0000
- Subject: New ARI warning Sun Nov 20 01:57:04 UTC 2016
32a33
> gdb/breakpoint.c:11116: code: sprintf_vma: Do not use sprintf_vma, instead use paddress or phex_nz
gdb/breakpoint.c:11116: sprintf_vma (tmp, w->hw_wp_mask);
490a492,494
> gdb/remote.c:12268: code: sprintf_vma: Do not use sprintf_vma, instead use paddress or phex_nz
gdb/remote.c:12268: sprintf_vma (addrbuf, tpaddr);
> gdb/remote.c:12472: code: sprintf_vma: Do not use sprintf_vma, instead use paddress or phex_nz
gdb/remote.c:12472: sprintf_vma (addr_buf, location->address);
> gdb/remote.c:12490: code: sprintf_vma: Do not use sprintf_vma, instead use paddress or phex_nz
gdb/remote.c:12490: sprintf_vma (addr_buf, location->address);
491a496,497
> gdb/remote.c:12529: code: sprintf_vma: Do not use sprintf_vma, instead use paddress or phex_nz
gdb/remote.c:12529: sprintf_vma (tmp1, vma);
> gdb/remote.c:12530: code: sprintf_vma: Do not use sprintf_vma, instead use paddress or phex_nz
gdb/remote.c:12530: sprintf_vma (tmp2, vma + size);