From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30060 invoked by alias); 4 Nov 2011 16:46:37 -0000 Received: (qmail 30046 invoked by uid 22791); 4 Nov 2011 16:46:36 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,SPF_FAIL X-Spam-Check-By: sourceware.org Received: from cassis-gw.univ-brest.fr (HELO cassis-gw.univ-brest.fr) (195.83.247.29) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Nov 2011 16:46:21 +0000 Received: from localhost (cassis-gw.univ-brest.fr [127.0.0.1]) by cassis-gw.univ-brest.fr (Postfix) with ESMTP id 9987D690D62; Fri, 4 Nov 2011 17:46:18 +0100 (CET) Received: from cassis-gw.univ-brest.fr ([127.0.0.1]) by localhost (cassis-gw.univ-brest.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xMFKg4RllgyC; Fri, 4 Nov 2011 17:46:18 +0100 (CET) Received: from lili-Inspiron-1525.local (bro29-1-82-245-181-150.fbx.proxad.net [82.245.181.150]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: e21014117) by cassis-gw.univ-brest.fr (Postfix) with ESMTP id 0D2CC690D47; Fri, 4 Nov 2011 17:46:17 +0100 (CET) Date: Fri, 04 Nov 2011 16:46:00 -0000 From: Thomas Baruchel Reply-To: baruchel@gmx.com To: gdb@sourceware.org Subject: Re: Dump values from FPU after each operation In-Reply-To: <83sjm4kzyj.fsf@gnu.org> Message-ID: References: <83sjm4kzyj.fsf@gnu.org> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII 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/msg00020.txt.bz2 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, -- Thomas Baruchel