From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7569 invoked by alias); 9 Jan 2008 20:38:12 -0000 Received: (qmail 7558 invoked by uid 22791); 9 Jan 2008 20:38:12 -0000 X-Spam-Check-By: sourceware.org Received: from province.act-europe.fr (HELO province.act-europe.fr) (212.99.106.214) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 Jan 2008 20:37:53 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-province.act-europe.fr (Postfix) with ESMTP id 1461C16503E; Wed, 9 Jan 2008 21:37:50 +0100 (CET) Received: from province.act-europe.fr ([127.0.0.1]) by localhost (province.act-europe.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QoeTJwp+QcHX; Wed, 9 Jan 2008 21:37:49 +0100 (CET) Received: from [192.168.1.3] (dyn-83-156-54-170.ppp.tiscali.fr [83.156.54.170]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by province.act-europe.fr (Postfix) with ESMTP id CAE53164FDD; Wed, 9 Jan 2008 21:37:49 +0100 (CET) From: Eric Botcazou To: Joel Brobecker Subject: Re: [RFC/RFA?] Should break FILE:LINENO skip prologue? Date: Wed, 09 Jan 2008 20:38:00 -0000 User-Agent: KMail/1.7.1 Cc: Jim Blandy , gdb-patches@sourceware.org References: <20080109151745.GA13181@adacore.com> <20080109191535.GB19569@caradoc.them.org> <20080109194602.GF21281@adacore.com> In-Reply-To: <20080109194602.GF21281@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801092140.43362.ebotcazou@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00219.txt.bz2 > Eric? Can you remind us of what the problems were? I think it was > a combination of both... Correct. Bloat + holes in location lists so variables couldn't always be displayed in the debugger, what we deemed unacceptable at -O0. We have a local patch instead to manually emit location notes in a specific case. -- Eric Botcazou