Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: Shaun Jackman <sjackman@gmail.com>
Cc: gdb@sources.redhat.com
Subject: Re: ARM register pages
Date: Thu, 09 Jun 2005 17:04:00 -0000	[thread overview]
Message-ID: <20050609170353.GA8119@nevyn.them.org> (raw)
In-Reply-To: <7f45d93905060909461870392b@mail.gmail.com>

On Thu, Jun 09, 2005 at 09:46:32AM -0700, Shaun Jackman wrote:
> On 6/8/05, Daniel Jacobowitz <drow@false.org> wrote:
> > On Wed, Jun 08, 2005 at 03:00:46PM -0700, Shaun Jackman wrote:
> > > Is there an "info registers" command that displays the paged registers
> > > for each ARM mode, such as $lr_svc and $lr_abt? GDB doesn't recognize
> > > these names on the command line for printing/setting. Could this be a
> > > wishlist item?
> > 
> > GDB doesn't even know that these registers exist, yet.  The normal ARM
> > remote protocol doesn't transfer them, either.
> 
> By the "normal ARM remote protocol" do you mean RDP/RDI, or the GDB
> remote protocol for ARM? Does the latter know about these registers?

The latter.  RDI does, of course.

> > GDB doesn't want to do this by default, usually, because they are
> > likely to be in different executable images.  If they aren't, assuming
> > that your abort handler saves the banked lr to the stack, you can
> > write DWARF-2 information to describe where it lives.
> 
> My data abort handler currently looks like:
> 	abt: b abt
> When everything freezes I interrupt the debugger to look at what's
> happened. I'd like to get a backtrace of the user mode from this
> state.

The easiest solution will be to do this instead:
abt:	[copy the banked address to lr, which is not useful at this
         point]
1:	b 1b

-- 
Daniel Jacobowitz
CodeSourcery, LLC


  reply	other threads:[~2005-06-09 17:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-08 22:01 Shaun Jackman
2005-06-08 22:59 ` Daniel Jacobowitz
2005-06-09 16:46   ` Shaun Jackman
2005-06-09 17:04     ` Daniel Jacobowitz [this message]
2005-06-09 21:14       ` Shaun Jackman
2005-06-09 21:16         ` Daniel Jacobowitz
2005-06-09 21:16         ` Daniel Jacobowitz
2005-06-10  8:14         ` Richard Earnshaw
2005-06-10  9:02 Thomas Rauscher

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=20050609170353.GA8119@nevyn.them.org \
    --to=drow@false.org \
    --cc=gdb@sources.redhat.com \
    --cc=sjackman@gmail.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