From: Pedro Alves <palves@redhat.com>
To: Jerome Guitton <guitton@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFC] setting the raw content of a register
Date: Tue, 22 May 2012 14:55:00 -0000 [thread overview]
Message-ID: <4FBBA8C8.4030909@redhat.com> (raw)
In-Reply-To: <1337697398-25866-1-git-send-email-guitton@adacore.com>
On 05/22/2012 03:36 PM, Jerome Guitton wrote:
> When trying to set the raw content of a fp register, many users try
> something like:
>
> (gdb) set $f14 := 0xFFF0000000000050
> (gdb) info registers $f14
> f14 -4503599627370416.0 (raw 0xc32fffffffffff60)
>
> Of course, GDB sets the value of $f14, not its raw content. Now
> this can be worked around by writing the raw content in memory,
> re-read it as a float and store the value into register f14. Quite
> kludgy though, and it often hits some limitations of the interpreter
> regarding floats (e.g. signs of NaN are lost).
What about :
p $f14 = {double} {0xFFF0000000000050}
?
--
Pedro Alves
next prev parent reply other threads:[~2012-05-22 14:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-22 14:37 Jerome Guitton
2012-05-22 14:55 ` Pedro Alves [this message]
2012-05-22 15:25 ` Jerome Guitton
2012-05-22 16:32 ` Pedro Alves
2012-05-23 15:22 ` Doug Evans
2012-05-23 15:28 ` Pedro Alves
2012-05-23 15:42 ` Jerome Guitton
2012-05-23 16:03 ` Pedro Alves
2012-05-23 16:10 ` Pedro Alves
2012-05-23 16:22 ` Joel Brobecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FBBA8C8.4030909@redhat.com \
--to=palves@redhat.com \
--cc=gdb-patches@sourceware.org \
--cc=guitton@adacore.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox