From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25691 invoked by alias); 24 Mar 2006 21:02:08 -0000 Received: (qmail 25683 invoked by uid 22791); 24 Mar 2006 21:02:08 -0000 X-Spam-Check-By: sourceware.org Received: from intranet.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Mar 2006 21:02:07 +0000 Received: (qmail 32368 invoked from network); 24 Mar 2006 21:02:06 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 24 Mar 2006 21:02:06 -0000 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: prologue value modules References: From: Jim Blandy Date: Fri, 24 Mar 2006 22:43:00 -0000 In-Reply-To: (Eli Zaretskii's message of "Fri, 24 Mar 2006 11:10:05 +0200") 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 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00276.txt.bz2 Eli Zaretskii writes: >> From: Jim Blandy >> Date: Wed, 22 Mar 2006 20:37:20 -0800 >> >> To recap: this patch adds prologue-value.[ch], support libraries for >> the new prologue analysis strategy used in the Renesas M32C port and >> some internal Red Hat ports. I think they make prologue analysis >> simpler to write and more robust. > > Are we going to have this documented in gdbint.texinfo? Yes --- I promised that before. Thanks for reminding me.