From: Richard Earnshaw <rearnsha@arm.com>
To: Daniel Jacobowitz <drow@mvista.com>
Cc: Richard.Earnshaw@arm.com, Andrew Cagney <cagney@gnu.org>,
gdb-patches@sources.redhat.com, rearnsha@arm.com
Subject: Re: RFA/ARM: Switch mode when setting PC
Date: Fri, 16 Jan 2004 17:28:00 -0000 [thread overview]
Message-ID: <200401161727.i0GHRxt24387@pc960.cambridge.arm.com> (raw)
In-Reply-To: Your message of "Fri, 16 Jan 2004 12:11:20 EST." <20040116171120.GA6374@nevyn.them.org>
> > The consensus seems to be that you are right, the debugger must correctly
> > set the 'CPSR' if it wants the inferior to switch states.
>
> Patch OK then?
>
I'm happy with the ARM part, if you can convince Andrew that the MI part
is ok.
> > For example, if the user writes a 32-bit value into the PC, the CPSR state
> > probably shouldn't be changed (even if the bottom bit is altered) -- this
> > is how ARM's debuggers behave. However, if the user 'calls' a function
> > that is in the 'other state', then the CPSR should be updated (and
> > presumably restored afterwards).
> >
> > I'm not sure if GDB has a way of separating these two cases. It's an
> > interesting problem.
>
> I believe that this will work at present, because setting $pc will not
> go through write_pc. There's some blind luck involved in this, though.
In the past we've tried to distinguish R15 from PC. This was especially
useful in the legacy 26-bit mode where the CPSR bits *were* in R15.
This would probably all have been much simpler if I'd been able to
complete my code for handling the banked register; sadly I never got far
enough, and I think the code is probably too bit-rotten to be worth trying
to resurrect directly at this point.
>
> > As a final comment, when it comes to talking directly to real hardware
> > (eg, via an ICE box), it isn't generally possible to update the CPSR by
> > just writing to it (at least, not for the 'T' and 'J' bits); the only way
> > of switching to Thumb state is via a BX instruction or with some other
> > PC-modifying instruction that is documented to cause a state change (on
> > ARMv4T that normally means 'movs PC, ...' or 'ldm ..., PC}^'; on v5 some
> > loads to the PC can also be used).
>
> Really? Interesting... I don't think GDB handles this at all at the
> moment. For both Linux userland GDB and Linux remote kernel GDB, this
> is a non-issue; you can write the CPSR directly and it will be restored
> at return from exception (via the SPSR and an ldm instruction). This
> works because the kgdb stub is implemented as an exception handler.
If you are talking directly to a core through a hardware channel such as
an ICE, there's all sorts of restrictions and limitations. It's usually
the job of a further layer to map the high(ish)-level directives from the
debugger onto commands that can be done on the target (in many instances
you have to insert instructions directly into the core pipeline -- well
the fetch unit -- and then clock them through). It's not an area I know
much about beyond the very basics.
R.
next prev parent reply other threads:[~2004-01-16 17:28 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-16 3:54 Daniel Jacobowitz
2004-01-16 5:43 ` Andrew Cagney
2004-01-16 14:10 ` Daniel Jacobowitz
2004-01-16 14:15 ` Richard Earnshaw
2004-01-16 14:26 ` Daniel Jacobowitz
2004-01-16 14:34 ` Richard Earnshaw
2004-01-16 14:41 ` Daniel Jacobowitz
2004-01-16 15:00 ` Richard Earnshaw
2004-01-16 15:56 ` Daniel Jacobowitz
2004-01-16 16:55 ` Richard Earnshaw
2004-01-16 17:11 ` Daniel Jacobowitz
2004-01-16 17:28 ` Richard Earnshaw [this message]
2004-01-16 19:12 ` Andrew Cagney
2004-01-16 17:32 ` Daniel Jacobowitz
2004-01-16 18:57 ` Andrew Cagney
2004-01-17 4:58 ` Daniel Jacobowitz
2004-01-17 10:49 ` Richard Earnshaw
2004-01-17 16:36 ` Andrew Cagney
2004-01-17 16:12 ` Andrew Cagney
2004-01-17 18:54 ` Daniel Jacobowitz
2004-01-17 21:59 ` Daniel Jacobowitz
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=200401161727.i0GHRxt24387@pc960.cambridge.arm.com \
--to=rearnsha@arm.com \
--cc=Richard.Earnshaw@arm.com \
--cc=cagney@gnu.org \
--cc=drow@mvista.com \
--cc=gdb-patches@sources.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