This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Question about DW_AT_variable_parameter in dwarf2read.c
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Andrew Gontarek <andrewg at cray dot com>
- Cc: gdb at sourceware dot org
- Date: Thu, 1 Sep 2011 09:22:53 +0200
- Subject: Re: Question about DW_AT_variable_parameter in dwarf2read.c
- References: <4E5EA3D4.5070904@cray.com>
On Wed, 31 Aug 2011 23:12:52 +0200, Andrew Gontarek wrote:
> I am running into an issue with the latest cvs trunk of gdb and the way it
> interprets the DW_AT_variable_parameter attribute inside of a
> DW_TAG_formal_parameter.
This was a regression but the revert+testcase somehow got lost, checked it in
now:
[new testcase] Regression 7.1->7.2 for iFort [Re: [RFA-v2] dwarf debug format: Support DW_AT_variable_parameter attribute]
http://sourceware.org/ml/gdb-patches/2010-11/msg00084.html
Re: [Core] [new testcase] Regression 7.1->7.2 for iFort [Re: [RFA-v2] dwarf debug format: Support DW_AT_variable_parameter attribute]
http://sourceware.org/ml/gdb-patches/2011-09/msg00001.html
Thanks,
Jan