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] incomplete address table in .gdb_index section


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.


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