public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: David Lewin <david.lewin@europe-technologies.com>
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] GDB frame
Date: Wed, 30 Jun 2004 13:51:00 -0000	[thread overview]
Message-ID: <1088603484.6277.141.camel@hermes> (raw)
In-Reply-To: <013101c45ea8$ec1bad50$430101c1@europetechnologies.com>

On Wed, 2004-06-30 at 07:48, David Lewin wrote:
> Does someone knows how to retrieve a human
> readable string instead a gdb like one, on error
> I always have an answer like this from redboot :
> 
> $T0a0f:00000801;0d:f8050060;#4b

Sadly, this is architecture specific.

My guess is that you're running on ARM.  IIRC, this says that
register 15 (PC?) is at 0x01080000 and 13 (SP?) is 0x600005F8.
(I might have those swapped).

Anyway, the best way to attack this is to disconnect minicom (or
whatever you use) and then attach via GDB.  For example:
  (gdb) tar rem /dev/ttyS0
  (gdb) info reg
  (gdb) bt

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

  reply	other threads:[~2004-06-30 13:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-30 11:25 [ECOS] NPE support for ADI Coyote GRG Thomas Binder
2004-06-30 13:45 ` [ECOS] GDB frame David Lewin
2004-06-30 13:51   ` Gary Thomas [this message]
2004-06-30 14:19     ` David Lewin
2004-06-30 14:22       ` Gary Thomas

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=1088603484.6277.141.camel@hermes \
    --to=gary@mlbassoc.com \
    --cc=david.lewin@europe-technologies.com \
    --cc=ecos-discuss@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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).