public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Gary Thomas <gthomas@redhat.com>
To: Tony Ko <nhko@gctsemi.com>
Cc: ecos-discuss@sources.redhat.com
Subject: RE: [ECOS] question about GDB things.
Date: Thu, 12 Jul 2001 07:15:00 -0000	[thread overview]
Message-ID: <XFMail.20010712081523.gthomas@redhat.com> (raw)
In-Reply-To: <9860C773D04D834D83FD6FAD00A61E9311B70C@gctsemi.gctsemi.com>

On 12-Jul-2001 Tony Ko wrote:
> hi.
> I'm trying to load eCos image via GDB ( on board Redboot is running )
>>powerpc-eabi-gdb -nw install/eCos
> (gdb) set remotebaud 38400
> (gdb) target remote /dev/ttyS0
> Remote debugging using /dev/ttyS0
> 0xfe002640 in ?? ()
> 
> what's mean by " 0xfe002640 in ??" () ?

It simply the current program counter (PC) on the machine (which is
actually in your debug stubs, probably RedBoot).  The ?? simply means
that GDB has no knowledge of where this value is, because it is not
in the program being debugged.  Once you download new code, the PC
will be reset to a point within that application.

      reply	other threads:[~2001-07-12  7:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-12  7:01 Tony Ko
2001-07-12  7:15 ` Gary Thomas [this message]

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=XFMail.20010712081523.gthomas@redhat.com \
    --to=gthomas@redhat.com \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=nhko@gctsemi.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).