[RFA] c-valprint.c: Improve function pointer printing on AIX.

Kevin Buettner kevinb@cygnus.com
Thu Oct 26 08:50:00 GMT 2000


On Oct 26,  9:16am, Peter.Schauer wrote:

> With the patch applied, function pointers are automatically dereferenced
> before printing, so that e.g.
> 
> catch_errors (func=0x2001ff9c <__dbargs+15796>, ....
> 
> becomes
> 
> catch_errors (func=@0x2001ff9c: 0x100054e0 <get_prompt_1>, ....

Nice!

Thanks for doing this.  I'll be able to make use of this work for
the various IA-64 ports as well.

Kevin


More information about the Gdb-patches mailing list