From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17378 invoked by alias); 11 Jan 2008 20:36:49 -0000 Received: (qmail 17368 invoked by uid 22791); 11 Jan 2008 20:36:48 -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; Fri, 11 Jan 2008 20:36:29 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-province.act-europe.fr (Postfix) with ESMTP id A71A11649E6; Fri, 11 Jan 2008 21:36:26 +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 i5gXCzgvnkCO; Fri, 11 Jan 2008 21:36:26 +0100 (CET) Received: from [192.168.1.3] (dyn-88-122-226-174.ppp.tiscali.fr [88.122.226.174]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by province.act-europe.fr (Postfix) with ESMTP id 6797116494B; Fri, 11 Jan 2008 21:36:26 +0100 (CET) From: Eric Botcazou To: Michael Snyder Subject: Re: [RFC/RFA?] Should break FILE:LINENO skip prologue? Date: Fri, 11 Jan 2008 20:36:00 -0000 User-Agent: KMail/1.7.1 Cc: Joel Brobecker , Mark Kettenis , jimb@codesourcery.com, gdb-patches@sourceware.org References: <20080109151745.GA13181@adacore.com> <20080111053547.GB12954@adacore.com> <1200083548.14654.45.camel@localhost.localdomain> In-Reply-To: <1200083548.14654.45.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801112139.20065.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/msg00286.txt.bz2 > Are you sure that's true in general, on all architectures? > I can certainly remember seeing assignment instructions > intermixed with prologue instructions in the past, but I > can't say at what optimization level or on what architecture. Assignment instructions, sure, but not variable assignments. -- Eric Botcazou