From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1776 invoked by alias); 3 May 2006 16:30:56 -0000 Received: (qmail 1756 invoked by uid 9399); 3 May 2006 16:30:55 -0000 Date: Wed, 03 May 2006 16:30:00 -0000 Message-ID: <20060503163055.1754.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/msg00047.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: gdb-csl-20060226-branch Changes by: pbrook@sourceware.org 2006-05-03 16:30:55 Modified files: . : ChangeLog.csl Log message: 2006-05-03 Paul Brook Daniel Jacobowitz * gdb/c-valprint.c: Handle class member typedefs. * gdb/symtab.c (skip_prologue_using_sal): Treat two consecutive lines at the same address as a prolouge marker. * gdb/arm-tdep.c (arm_skip_prologue): Use skip_prologue_using_sal. * gdb/dwarf2expr.c (execute_stack_op): Check for bogus DW_OP_reg. * gdb/dwarf2read.c (read_structure_type): Use tag name for C++/Java classes. * Makefile.in (eval.o): Update dependencies. * eval.c: Include "ui-out.h" and "exceptions.h". (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable. Use value_zero if an error occurs when avoiding side effects. * varobj.c (varobj_create): Call release_value after evaluate_type. (c_value_of_root): Initialize new_val. Don't release_value a NULL value. * gdb/c-typeprint.c (cp_type_print_method_args): Don't print type details. * gdb/dwarf2read.c (dwarf2_debug_line_missing_file_complaint): New function. (dwarf_decode_lines): Check for line info without a file. 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.33&r2=1.1.12.34