From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 468 invoked by alias); 29 Oct 2004 14:35:53 -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 408 invoked from network); 29 Oct 2004 14:35:47 -0000 Received: from unknown (HELO server7.nfra.nl) (192.87.1.57) by sourceware.org with SMTP; 29 Oct 2004 14:35:47 -0000 Received: from juw15.nfra.nl [10.87.8.15] by server7.nfra.nl; Fri, 29 Oct 2004 16:35:55 +0200 Received: from juw15.nfra.nl (localhost [127.0.0.1]) by juw15.nfra.nl (8.12.2+Sun/8.11.1) with ESMTP id i9TEZMCu015567; Fri, 29 Oct 2004 16:35:22 +0200 (CEST) Received: (from kettenis@localhost) by juw15.nfra.nl (8.12.2+Sun/8.12.2/Submit) id i9TEZLxM015564; Fri, 29 Oct 2004 16:35:21 +0200 (CEST) Date: Fri, 29 Oct 2004 14:35:00 -0000 Message-Id: <200410291435.i9TEZLxM015564@juw15.nfra.nl> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <41824D61.3050208@gnu.org> (message from Andrew Cagney on Fri, 29 Oct 2004 10:02:09 -0400) Subject: Re: [commit] Fix info frame's saved registers output References: <41824D61.3050208@gnu.org> X-SW-Source: 2004-10/txt/msg00477.txt.bz2 Date: Fri, 29 Oct 2004 10:02:09 -0400 From: Andrew Cagney Hello, Folloing up from my earlier e-mail, this restores the original behavior of the "info frame" saved registers output. It will now consistently display the registers saved by the selected frame, and the output won't change as the stack changes. Makes sense to me. The only thing that bothers me is why you used the extra braces around *realnump in the frame_unwind_register calls? Mark