This is the mail archive of the gdb-prs@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]

[Bug symtab/12984] New: DWARF-4: Multiple .debug_types are not readin


http://sourceware.org/bugzilla/show_bug.cgi?id=12984

           Summary: DWARF-4: Multiple .debug_types are not read in
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jan.kratochvil@redhat.com


echo 'class A{}a;class B{}b;'|g++ -c -o 11.o -Wall -gdwarf-4
-fdebug-types-section -x c++ -;gdb -nx ./11.o -ex 'p a' -ex 'p b'

(gdb) p a
Dwarf Error: Cannot find signatured DIE referenced from DIE at 0x30 [in module
.../11.o]
(gdb) p b
Dwarf Error: Cannot find signatured DIE referenced from DIE at 0x30 [in module
.../11.o]

g++ (GCC) 4.7.0 20110712 (experimental)
GNU gdb (GDB) 7.3.50.20110711-cvs

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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