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 * 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.