From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16580 invoked by alias); 17 Apr 2007 15:00:30 -0000 Received: (qmail 16561 invoked by uid 22791); 17 Apr 2007 15:00:25 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 17 Apr 2007 16:00:20 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id E66094B26D; Tue, 17 Apr 2007 10:00:15 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id D24FD4B262; Tue, 17 Apr 2007 10:00:15 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HdpAF-00082o-3N; Tue, 17 Apr 2007 11:00:15 -0400 Date: Tue, 17 Apr 2007 15:02:00 -0000 From: Daniel Jacobowitz To: Andreas Schwab Cc: gdb-patches@sourceware.org Subject: Re: Improve end check on rs6000 prologue analyzer Message-ID: <20070417150014.GA30799@caradoc.them.org> Mail-Followup-To: Andreas Schwab , gdb-patches@sourceware.org References: <20060929213726.GA1770@nevyn.them.org> <200609301932.k8UJW0kw030997@elgar.sibelius.xs4all.nl> <20061017212114.GC12643@nevyn.them.org> <200610181958.k9IJw88G009044@elgar.sibelius.xs4all.nl> <20070309150504.GA5166@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-04/txt/msg00256.txt.bz2 On Mon, Apr 16, 2007 at 06:02:56PM +0200, Andreas Schwab wrote: > Note that the breakpoint is actually in main, not in foo. The problem is > that skip_prologue_using_sal does not properly handle a function with only > one sal if the pc of the next line is bigger than the end pc of the > current function. Whoops. > 2007-04-16 Andreas Schwab > > * symtab.c (skip_prologue_using_sal): Allow the end of the prologue > sal to be bigger than the end of the function. This is OK, and thank you. -- Daniel Jacobowitz CodeSourcery