This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [commit] New function paddress, deprecate print_address_numeric


> 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.


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