From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25390 invoked by alias); 4 Nov 2011 17:34:13 -0000 Received: (qmail 25332 invoked by uid 22791); 4 Nov 2011 17:34:12 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Nov 2011 17:33:57 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LU500J00CMAQ100@a-mtaout21.012.net.il> for gdb@sourceware.org; Fri, 04 Nov 2011 19:33:21 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.70.69]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LU500J3LCRKMPC0@a-mtaout21.012.net.il>; Fri, 04 Nov 2011 19:33:21 +0200 (IST) Date: Fri, 04 Nov 2011 17:34:00 -0000 From: Eli Zaretskii Subject: Re: Dump values from FPU after each operation In-reply-to: To: baruchel@gmx.com Cc: gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fwi3lrmi.fsf@gnu.org> References: <83sjm4kzyj.fsf@gnu.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-11/txt/msg00023.txt.bz2 > Date: Fri, 4 Nov 2011 17:46:16 +0100 (CET) > From: Thomas Baruchel > > On Fri, 4 Nov 2011, Eli Zaretskii wrote: > > I think you want "info float" and/or "info all-registers", and you > > want to turn on logging, so GDB writes everything to a log file you > > can later process. > > OK, is there a way to have the content of the floating point registers > printed as float rather than in hexadecimal? Regards, "info all-registers" does that.