From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9252 invoked by alias); 18 Jul 2008 03:07:39 -0000 Received: (qmail 9113 invoked by uid 22791); 18 Jul 2008 03:07:39 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 18 Jul 2008 03:07:12 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id B9CBD80001; Fri, 18 Jul 2008 03:07:10 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 9D37E982C3; Fri, 18 Jul 2008 03:07:10 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KJgJJ-0006o8-Dg; Thu, 17 Jul 2008 23:07:09 -0400 Date: Fri, 18 Jul 2008 03:07:00 -0000 From: Daniel Jacobowitz To: Paul Pluzhnikov Cc: gdb-patches@sourceware.org Subject: Re: [FYI] Inlining support, rough patch Message-ID: <20080718030709.GA26066@caradoc.them.org> Mail-Followup-To: Paul Pluzhnikov , gdb-patches@sourceware.org References: <20080613152754.GA4220@caradoc.them.org> <20080715192020.GB3094@caradoc.them.org> <8ac60eac0807171901r11ddb98bx6fc29e5fffed0894@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8ac60eac0807171901r11ddb98bx6fc29e5fffed0894@mail.gmail.com> User-Agent: Mutt/1.5.17 (2008-05-11) 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-07/txt/msg00360.txt.bz2 On Thu, Jul 17, 2008 at 07:01:42PM -0700, Paul Pluzhnikov wrote: > On Tue, Jul 15, 2008 at 12:20 PM, Daniel Jacobowitz wrote: > > > This version of inlining support, which applies to trunk, is > > thoroughly tested. > > I've had some trouble applying this patch to current CVS Head, > and the patch appears to be incomplete, especially WRT renaming > frame_pc_unwind() -> frame_unwind_caller_pc(). > > [I do not see prototype for frame_unwind_caller_pc() being added > to frame.h in the patch.] You need the previous patch, which I applied and then reverted: http://sourceware.org/ml/gdb-patches/2008-07/msg00317.html -- Daniel Jacobowitz CodeSourcery