From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29596 invoked by alias); 3 Feb 2003 15:26:14 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29589 invoked from network); 3 Feb 2003 15:26:13 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 3 Feb 2003 15:26:13 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E2D643CB4; Mon, 3 Feb 2003 10:26:11 -0500 (EST) Message-ID: <3E3E8A13.1060902@redhat.com> Date: Mon, 03 Feb 2003 15:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michal Ludvig Cc: GDB Patches Subject: Re: [PATCH] Added verbosity to dwarf2* References: <3DFB7943.3060702@suse.cz> <3E3E7FF4.5030200@suse.cz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-02/txt/msg00058.txt.bz2 > Michal Ludvig wrote: > this patch adds some more verbosity to GDB's error messages. I've found it very useful for bugreports, because you can locate the failing testcase much faster when knowing in what objfile it fails. > It also helps GCC developers hunting their bugs in DWARF2 generator. > > OK to commit to mainline? And to 5.3 branch? > > Because noone complained for a long time and it's only about changing some strings, not changing a functionality, I've committed the patch to both mainline and branch. Michael, just FYI, if a patch goes into limbo (as in has an unclear approval status) then the best thing to do is `ping'. Andrew