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: New UNRESOLVED testcase gdb.dwarf2/dw2-double-set-die-type.exp [Re: [RFA] Delayed physnames, revisited]


On 08/22/2010 11:46 AM, Jan Kratochvil wrote:
There is one missing end-of-DIE-children at the end of .debug_info.  But I do
not know which specific DIE is not terminated before it.

Yes, there was. Turns out there were two *similar* abbrevs in the original program. I missed that one of them was marked DW_children_no and the other DW_children_yes. Creating a new abbrev with DW_children_no and using that fixes the problem.



Also .debug_abbrev seems to be missing its terminating entry.

Yup. I've added that, too.


I've checked this in as obvious (and I have verified with Jan that everything now works).

Keith

ChangeLog
2010-08-23  Keith Seitz  <keiths@redhat.com>

	* gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
	have any children. Create a new abbrev for it.
	Add missing terminal sequence to .debug_abbrev.

Attachment: double-die-no-children.patch
Description: Text document


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