This is the mail archive of the gdb@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: time to create the gdb-7.0.1 release (?)


On Fri, 18 Dec 2009 07:17:36 +0100, Joel Brobecker wrote:
> Anything else that should go in that (corrective) release?

http://sourceware.org/ml/gdb-patches/2009-08/msg00448.html
http://sourceware.org/ml/gdb-cvs/2009-08/msg00139.html
Re: [patch] Support constant DW_AT_data_member_location by GCC PR debug/40659
	Support constant DW_AT_data_member_location by GCC PR debug/40659.
	* dwarf2read.c
	(dwarf2_add_field <DW_TAG_member> <DW_AT_data_member_location>):
	Initialize BYTE_OFFSET to 0 by default.  Explicitly check if
	attr_form_is_block.
	(dwarf2_add_field <DW_TAG_inheritance> <DW_AT_data_member_location>)
	(read_common_block <DW_AT_data_member_location>): New variable
	byte_offset.  Fix crash on non-DW_BLOCK ATTR values.
	Support constant DW_AT_data_member_location by GCC PR debug/40659.
	* gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.

As otherwise gdb-7.0 SEGVs on normal binaries from either gcc-4.5 or
gcc-4.4fedora12.


Regards,
Jan


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