From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16465 invoked by alias); 29 Sep 2008 17:18:48 -0000 Received: (qmail 16380 invoked by uid 22791); 29 Sep 2008 17:18:46 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 29 Sep 2008 17:17:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7AEC81EEC4A; Mon, 29 Sep 2008 13:17:53 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Z+4bNXPq+ozo; Mon, 29 Sep 2008 13:17:53 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 176301EEC22; Mon, 29 Sep 2008 13:17:53 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id F35E3E7ACD; Mon, 29 Sep 2008 10:17:50 -0700 (PDT) Date: Mon, 29 Sep 2008 17:18:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org, Tom Tromey Subject: Re: PR gdb/856 Message-ID: <20080929171750.GB3811@adacore.com> References: <20080929165712.GA3811@adacore.com> <200809291811.39619.pedro@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200809291811.39619.pedro@codesourcery.com> User-Agent: Mutt/1.4.2.2i 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-09/txt/msg00559.txt.bz2 > Daniel's answer is here, but I never got back to it: > http://sourceware.org/ml/gdb-patches/2008-06/msg00036.html PC and block: I don't see why passing the block would be required for inlining support - as I understand it, we can always compute the actual block from the PC. No? -- Joel