From: Richard Earnshaw <Richard.Earnshaw@buzzard.freeserve.co.uk>
To: Yao Qi <yao@codesourcery.com>
Cc: gdb-patches@sourceware.org, julian@codesourcery.com
Subject: Re: [patch] Fix PR tdep/12352: Handle str pc, [Rd, #imm] in displaced stepping
Date: Sat, 22 Jan 2011 23:44:00 -0000 [thread overview]
Message-ID: <4D3AF29E.3020708@buzzard.freeserve.co.uk> (raw)
In-Reply-To: <4D1A1343.8020204@codesourcery.com>
On 28/12/10 16:41, Yao Qi wrote:
> When I read arm-tdep.c:copy_ldr_str_ldrb_strb, I feel pretty hard to
> understand two lines of code,
>
> dsc->modinsn[0] = 0xe58ff014; /* str pc, [pc, #20]. */
> dsc->modinsn[1] = 0xe59f4010; /* ldr r4, [pc, #16]. */
Hmm, looks like a rather convoluted way of moving the PC into R4.
Julian, I think this patch was yours... can you remember why "MOV R4,
PC" wasn't sufficient?
>
> Shall program get SIGSEGV when executing `str pc, [pc, #20]' during
> displaced stepping? A simple test case confirmed my guess, which is
> included in arm-disp-step.S in this patch.
>
> If it is a bug here, this patch is to address it. These two lines of
> code is to compute the offset of `str pc'. In this patch, we can do
> this in a different way,
>
> str pc, [sp, #-4]
> ldr r4, [sp, #-4]
>
> OK for mainline and 7.2 branch?
>
No, code must not write below the stack -- the value can get corrupted
if an interrupt occurs. (I'm not sure if that's possible in this
specific case as the debugger ought to be in control; but it's bad
practice to violate the ABI in this way).
R.
next prev parent reply other threads:[~2011-01-22 15:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-28 17:24 Yao Qi
2011-01-06 14:03 ` [Ping : patch] " Yao Qi
2011-01-19 16:17 ` [Ping 2: " Yao Qi
2011-01-22 23:44 ` Richard Earnshaw [this message]
2011-01-24 13:22 ` [patch] " Yao Qi
2011-01-31 0:31 ` Yao Qi
2011-01-31 15:56 ` Ulrich Weigand
2011-02-09 6:15 ` Yao Qi
2011-02-09 13:51 ` Ulrich Weigand
2011-02-10 6:19 ` Yao Qi
2011-02-14 14:39 ` Ulrich Weigand
2011-02-15 10:55 ` Yao Qi
2011-02-15 13:36 ` Ulrich Weigand
2011-02-15 15:57 ` Yao Qi
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=4D3AF29E.3020708@buzzard.freeserve.co.uk \
--to=richard.earnshaw@buzzard.freeserve.co.uk \
--cc=gdb-patches@sourceware.org \
--cc=julian@codesourcery.com \
--cc=yao@codesourcery.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