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]

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


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

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