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 Wed Jun 30 01:56:38 UTC 2010


226a227
> gdb/cp-namespace.c:593: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/cp-namespace.c:593:	sprintf (concatenated_name, ', parent_name, nested_name);
1088a1090,1091
> gdb/python/py-inferior.c:327: deprecate: read_memory: Replace read_memory() with regcache_read() et.al.
gdb/python/py-inferior.c:327:      read_memory (addr, buffer, length);
> gdb/python/py-inferior.c:396: deprecate: write_memory: Replace write_memory() with regcache_read() et.al.
gdb/python/py-inferior.c:396:      write_memory (addr, buffer, length);
1553a1557
> gdb/valops.c:3294: code: sprintf: Do not use sprintf, instead use xstrprintf
gdb/valops.c:3294:      sprintf (concatenated_name, ', namespace_name, name);


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