From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8489 invoked by alias); 3 May 2006 02:07:54 -0000 Received: (qmail 7984 invoked by uid 9399); 3 May 2006 02:07:50 -0000 Date: Wed, 03 May 2006 02:07:00 -0000 Message-ID: <20060503020750.7980.qmail@sourceware.org> From: pbrook@sourceware.org To: src-cvs@sources.redhat.com Subject: src ChangeLog.csl Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00044.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: gdb-csl-20060226-branch Changes by: pbrook@sourceware.org 2006-05-03 02:07:50 Modified files: . : ChangeLog.csl Log message: 2006-05-03 Paul Brook Daniel Jacobowitz * gdb/dwarf2read.c (read_subroutine_type): Add armcc workaround. * gdb/dwarf2read.c (read_structure_type): Look for ADS vtable pointers. * gdb/dwarf2read.c (dwarf_decode_lines): Don't set dir for absolute paths. (dwarf_decode_lines): Ditto. (dwarf2_start_subfile): Split absolute filenames into path+file. * gdb/symtab.h (struct symbol): Add is_argument. (SYMBOL_IS_ARGUMENT): Define. * gdb/stack.c (print_frame_args): Use SYMBOL_IS_ARGUMENT. (print_frame_arg_vars): Ditto. * gdb/dwarf2read.c (new_symbol): Set SYMBOL_IS_ARGUMENT. (new_symbol): Mark optimized out arguments. * gdb/dwarf2read.c (partial_read_comp_unit_head): Accept version 3. * gdb/dwarf2read.c (read_unspecified_type): New function. (read_type_die): Handle DW_TAG_unspecified_type. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.csl.diff?cvsroot=src&only_with_tag=gdb-csl-20060226-branch&r1=1.1.12.32&r2=1.1.12.33