This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
old dwarf2 patches
- From: Elena Zannoni <ezannoni at redhat dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Thu, 3 Nov 2005 21:52:19 -0500
- Subject: old dwarf2 patches
I have checked in, both in mainline and on the new gdb-6.4 branch, the
following patches:
http://sourceware.org/ml/gdb-patches/2005-04/msg00129.html
2005-04-05 Andrew Cagney <cagney@gnu.org>
* dwarf2loc.c (dwarf2_evaluate_loc_desc): Handle DW_OP_piece
reads.
http://sourceware.org/ml/gdb-patches/2005-09/msg00236.html
2005-09-26 Jim Blandy <jimb@redhat.com>
* dwarf2read.c (file_full_name): Cope with file numbers that are
out of range for the given line header.
http://sourceware.org/ml/gdb-patches/2005-06/msg00220.html
2005-06-16 Daniel Jacobowitz <dan@codesourcery.com>
* elfread.c (elf_symtab_read): Add number_of_symbols and
symbol_table as arguments. Do not load the symbol table
here.
(elf_symfile_read): Load the static and dynamic symbol tables
here, before calling elf_symtab_read. Also load any synthetic
symbols and process those.
http://sourceware.org/ml/gdb-patches/2005-09/msg00187.html
<2005-05-31> Wu Zhou <woodzltc@cn.ibm.com>
* dwarf2read.c (read_structure_type): Add a little IBM XL C++
specific code to set TYPE_VPTR_FIELDNO and TYPE_VPTR_BASETYPE
of a virtual class if a field named "__vfp" is found.