From: Jerome Guitton <guitton@adacore.com>
To: Pedro Alves <palves@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [RFC] setting the raw content of a register
Date: Tue, 22 May 2012 15:25:00 -0000 [thread overview]
Message-ID: <20120522152459.GQ51051@adacore.com> (raw)
In-Reply-To: <4FBBA8C8.4030909@redhat.com>
Pedro Alves (palves@redhat.com):
> What about :
>
> p $f14 = {double} {0xFFF0000000000050}
I've been testing with a bareboard PPC, and this needs malloc;
let me check how it would work on a target with malloc. Any chance
that it would give me something different than my macro "raw_to_double"
(that uses the stack instead of the heap)?
define raw_to_double
set $stack_content = *((long long *) ($sp - 8))
set *((long long *) ($sp - 8)) = $arg0
x/2x ((double *) ($sp - 8))
p *((double *) ($sp - 8))
set *((long long *) ($sp - 8)) = $stack_content
end
(gdb) raw_to_double 0xFFF0000000000050
0x1fffd8: 0xfff00000 0x00000050
$3 = -nan(0x000000050)
(gdb) set $f14 = $
(gdb) info registers $f14
f14 nan(0x100000001) (raw 0x7ff0000100000001)
next prev parent reply other threads:[~2012-05-22 15:25 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
2012-05-22 15:25 ` Jerome Guitton [this message]
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=20120522152459.GQ51051@adacore.com \
--to=guitton@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=palves@redhat.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