[commit] New function paddress, deprecate print_address_numeric

Andrew Cagney cagney@gnu.org
Mon Feb 14 18:11:00 GMT 2005


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

Thanks here goes to paulh who simplified the underlying code to the 
point where this function becomes possible.

committed,
Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20050214/eec74c51/attachment.ksh>


More information about the Gdb-patches mailing list