From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18039 invoked by alias); 10 Jan 2008 22:15:09 -0000 Received: (qmail 18031 invoked by uid 22791); 10 Jan 2008 22:15:08 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 10 Jan 2008 22:14:43 +0000 Received: (qmail 23468 invoked from network); 10 Jan 2008 22:14:41 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 10 Jan 2008 22:14:41 -0000 To: Michael Snyder Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: [RFA] Add option to skip prologue in "break FILE:LINENO" (take 2) References: <20080110151312.GC13181@adacore.com> <1200001895.14654.33.camel@localhost.localdomain> From: Jim Blandy Date: Thu, 10 Jan 2008 22:15:00 -0000 In-Reply-To: <1200001895.14654.33.camel@localhost.localdomain> (Michael Snyder's message of "Thu, 10 Jan 2008 13:51:35 -0800") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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/msg00253.txt.bz2 Michael Snyder writes: >> Some of Michael's objections I didn't understand at all --- he seemed >> to believe that the change would affect GDB's behavior in ways I think >> it won't. I don't think your change would affect the usage that was >> most important to him. > > You're right -- initializations are treated as part of the function > body, not the prologue. My concerns were largely unfounded. ;-) Yay!! :)