This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[patch] [0/2] Discontiguous PSYMTABs
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Wed, 23 Apr 2008 23:25:49 +0200
- Subject: [patch] [0/2] Discontiguous PSYMTABs
- References: <20071009181701.GA30757@caradoc.them.org> <20071009185434.GA27810@host0.dyn.jankratochvil.net> <20071009185931.GA1220@caradoc.them.org> <20071124154339.GA14913@host0.dyn.jankratochvil.net> <E1Iy0Vd-0006lL-64@zigzag.lvk.cs.msu.su> <20071130111021.GA17867@host0.dyn.jankratochvil.net> <20071130145613.GA5941@caradoc.them.org> <20071209203138.GA23339@host0.dyn.jankratochvil.net> <20071217005641.GA14690@caradoc.them.org> <20071217010217.GB14690@caradoc.them.org>
Hi,
The original patch
[patch] Parse DW_AT_ranges into PSYMTABS (for childless CU, for vDSO32)
http://sourceware.org/ml/gdb-patches/2007-10/msg00207.html
is already committed but it caused a regression
http://sourceware.org/ml/gdb-patches/2007-11/msg00560.html
and the later patch to fix the regression was non-DWARF2 incompatible
http://sourceware.org/ml/gdb-patches/2007-12/msg00248.html
Follow two fixes which have no regressions to any previous version.
Regards,
Jan