src/gdb ChangeLog utils.c
kettenis@sourceware.org
kettenis@sourceware.org
Fri Mar 18 20:46:00 GMT 2005
CVSROOT: /cvs/src
Module name: src
Changes by: kettenis@sourceware.org 2005-03-18 20:46:40
Modified files:
gdb : ChangeLog utils.c
Log message:
* utils.c (safe_strerror): Use xsnprintf instead of sprintf.
(decimal2str, octal2str): Change to return a string allocated by
get_cell. Use xsnprint instead of snprintf.
(paddr_u, paddr_d): Adjust for changed calling convention of
decimal2str.
(phex, phex_nz, hex_string): Use xsnprintf instead of snprintf.
(int_string): Likewise. Adjust for changed calling convention of
decimal2str and octal2str.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.7015&r2=1.7016
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/utils.c.diff?cvsroot=src&r1=1.159&r2=1.160
More information about the Gdb-cvs
mailing list