Index: libdw/dwarf_getscopes.c =================================================================== RCS file: /cvs/frysk/frysk-imports/elfutils/libdw/dwarf_getscopes.c,v retrieving revision 1.3 diff -u -r1.3 dwarf_getscopes.c --- libdw/dwarf_getscopes.c 26 Apr 2007 15:18:42 -0000 1.3 +++ libdw/dwarf_getscopes.c 19 Jul 2007 15:22:53 -0000 @@ -170,6 +170,10 @@ /* Not there yet. */ return 0; + struct Dwarf_Die_Chain child; + if (INTUSE(dwarf_child) (&die->die, &child.die) != 0) + return 0; + /* Now we are in a scope that contains the concrete inlined instance. Search it for the inline function's abstract definition. If we don't find it, return to search the containing scope.