[commit] New function paddress, deprecate print_address_numeric

Eli Zaretskii eliz@gnu.org
Tue Feb 15 01:47:00 GMT 2005


> Date: Mon, 14 Feb 2005 09:41:00 -0500
> From: Andrew Cagney <cagney@gnu.org>
> 
> This is so that:
> 
> 	printf ("The address is ");
> 	print_address_numeric (address);
> 	printf ("\n");
> 
> can be replaced by:
> 
> 	printf ("The address is %s\n", paddress (address));

I guess this came out of my review of the last i18n patch, where I
asked for something like that, so thanks.



More information about the Gdb-patches mailing list