Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* bdi2000 and gdb (newbie question)
@ 2004-08-26 20:57 Mark Beckwith
  2004-08-26 21:06 ` Daniel Jacobowitz
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Mark Beckwith @ 2004-08-26 20:57 UTC (permalink / raw)
  To: gdb

I've got a bdi2000 and Cogent csb337 running the micromonitor boot loader.
I've been able to compile and download the umon to the csb337 successfully
using the bdi2000 and jtag interface.  

However, I can't seem to step through the code.  I 

After loading the CSB337_tst.elf file into ram, from the host I run:

prompt> gdb CSB337_tst.elf 

(gdb) target remote 192.168.100.44:2001
Remote debugging using 192.168.100.44:2001
0x00000000 in ?? ()

// Ok, then I try to step:

(gdb) step  
Cannot find bounds of current function

// I can set breakpoints:

(gdb) b main
Breakpoint 1 at 0x2011beac: file main.c, line 45.
(gdb) c
Continuing.

Program received signal SIGTRAP, Trace/breakpoint trap.
0x63655220 in ?? ()
(gdb) step
Cannot find bounds of current function

I hope you can see something obvious that I'm doing wrong, and point me in
the right direction.

Thanks,

Mark

-- 
Mark Beckwith, Intrig (http://www.intrig.com)


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

end of thread, other threads:[~2004-09-01 21:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-26 20:57 bdi2000 and gdb (newbie question) Mark Beckwith
2004-08-26 21:06 ` Daniel Jacobowitz
2004-08-26 22:12 ` Jay Monkman
2004-08-27 16:24   ` Mark Beckwith
2004-08-27 17:49     ` Jay Monkman
2004-09-01 16:18       ` Mark Beckwith
2004-09-01 18:53         ` Jay Monkman
2004-09-01 21:00           ` Mark Beckwith
2004-08-27  6:59 ` Fabian Cenedese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox