This is the mail archive of the gdb-patches@sourceware.org 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: Regression: Invalid data type for function to be called. [Re: FYI: fix PR 9514]


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> On Tue, 19 Jun 2012 21:49:16 +0200, Tom Tromey wrote:
Jan> commit ab7b9759a6b8c5d7d591adfa3a617d3d19783802
Jan> Author: Tom Tromey <tromey@redhat.com>
Jan> Date:   Tue Jun 19 19:49:38 2012 +0000

Jan> after:
Jan> (gdb) p *((int *(*) (void)) __errno_location) ()
Jan> Invalid data type for function to be called.
Jan> (gdb) p (int *(*) (void)) __errno_location
Jan> $1 = (int (**)()) 0x7ffff7065ba0 <__errno_location>

I think this should block 7.5.

I'm working on a fix, but if it takes too long we can revert the patch
on the branch.

Tom


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