From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14460 invoked by alias); 23 Jul 2002 23:47:36 -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 14452 invoked from network); 23 Jul 2002 23:47:35 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 23 Jul 2002 23:47:35 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id F293B5EA11; Tue, 23 Jul 2002 18:47:33 -0500 (EST) To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] breakpoints and function prologues... References: <20020722231957.GE4999@gnat.com> From: Jim Blandy Date: Tue, 23 Jul 2002 16:53:00 -0000 In-Reply-To: <20020722231957.GE4999@gnat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-07/txt/msg00469.txt.bz2 In the long term, if we can get GDB to use Dwarf 2 CFI and location lists, there will be no difference between setting breakpoints before or after the prologue. The prologue scanning and skipping behavior will only be necessary in the absence of that debugging info.