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 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);


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