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/12302] New: incomplete address table in .gdb_indexsection


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

           Summary: incomplete address table in .gdb_index section
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
        AssignedTo: unassigned@sourceware.org
        ReportedBy: dje@google.com


The "save gdb-index" command creates a .gdb-index file that contains an
optimized version of the debug info to speed up start up when debugging large
programs.
The address table part of this file is incomplete.
gdb uses the textlow,texthigh values of each partial symtab to populate this
table, but this is insufficient,
there may be multiple noncontiguous regions.

-- 
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]