public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug symtab/12302] New: incomplete address table in .gdb_index section
@ 2010-12-08 18:56 dje at google dot com
  2010-12-08 19:03 ` [Bug symtab/12302] " dje at google dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dje at google dot com @ 2010-12-08 18:56 UTC (permalink / raw)
  To: gdb-prs

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug symtab/12302] incomplete address table in .gdb_index section
  2010-12-08 18:56 [Bug symtab/12302] New: incomplete address table in .gdb_index section dje at google dot com
@ 2010-12-08 19:03 ` dje at google dot com
  2010-12-09  0:07 ` cvs-commit at gcc dot gnu.org
  2011-05-05 15:08 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dje at google dot com @ 2010-12-08 19:03 UTC (permalink / raw)
  To: gdb-prs

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

dje at google dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at sourceware    |dje at google dot com
                   |dot org                     |

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug symtab/12302] incomplete address table in .gdb_index section
  2010-12-08 18:56 [Bug symtab/12302] New: incomplete address table in .gdb_index section dje at google dot com
  2010-12-08 19:03 ` [Bug symtab/12302] " dje at google dot com
@ 2010-12-09  0:07 ` cvs-commit at gcc dot gnu.org
  2011-05-05 15:08 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2010-12-09  0:07 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2010-12-08 19:03:41 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    devans@sourceware.org    2010-12-08 19:03:35

Modified files:
    gdb            : ChangeLog dwarf2read.c 

Log message:
    PR symtab/12302
    * dwarf2read.c (struct psymtab_cu_index_map): New struct.
    (hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
    (struct addrmap_index_data): New struct.
    (add_address_entry): Remove arg `pst', new args `start', `end'.
    (add_address_entry_worker, write_address_map): New functions.
    (write_psymtabs_to_index): Address table generation moved to
    write_address_map.  Build a table mapping psymtab to CU index
    to pass to it.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12364&r2=1.12365
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.486&r2=1.487

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug symtab/12302] incomplete address table in .gdb_index section
  2010-12-08 18:56 [Bug symtab/12302] New: incomplete address table in .gdb_index section dje at google dot com
  2010-12-08 19:03 ` [Bug symtab/12302] " dje at google dot com
  2010-12-09  0:07 ` cvs-commit at gcc dot gnu.org
@ 2011-05-05 15:08 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2011-05-05 15:08 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |tromey at redhat dot com
         Resolution|                            |FIXED
   Target Milestone|---                         |7.3

--- Comment #2 from Tom Tromey <tromey at redhat dot com> 2011-05-05 15:07:22 UTC ---
Appears to be fixed.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-05 15:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-08 18:56 [Bug symtab/12302] New: incomplete address table in .gdb_index section dje at google dot com
2010-12-08 19:03 ` [Bug symtab/12302] " dje at google dot com
2010-12-09  0:07 ` cvs-commit at gcc dot gnu.org
2011-05-05 15:08 ` tromey at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).