public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] question about GDB things.
@ 2001-07-12  7:01 Tony Ko
  2001-07-12  7:15 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Ko @ 2001-07-12  7:01 UTC (permalink / raw)
  To: ecos-discuss

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 ??" () ?

thanks in advance.

Tony.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [ECOS] question about GDB things.
  2001-07-12  7:01 [ECOS] question about GDB things Tony Ko
@ 2001-07-12  7:15 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2001-07-12  7:15 UTC (permalink / raw)
  To: Tony Ko; +Cc: ecos-discuss

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-12  7:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-12  7:01 [ECOS] question about GDB things Tony Ko
2001-07-12  7:15 ` Gary Thomas

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).