This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb:stepi/continue problem


At Tue, 06 Jan 2004 13:06:45 +0530,
Ganeshan wrote:
> 
> I'm running ecos on a hitachi h8300h 3064 board.
> I boot up to redboot and connect to the serial port via
> Gdb and load my ecos application image.
> 
> I could not able to stepi or continue after loading the image.
> $ h8300-elf-gdb -nw a.out
> (gdb) set remotebaud 38400
> (gdb) target remote /dev/ttyS0
> Remote debugging using /dev/ttyS0
> 0x000060f2 in ?? ()
> (gdb) load
> Loading section .text, size 0xfbaa lma 0x204000
> Loading section .rodata, size 0x985 lma 0x213baa
> Loading section .data, size 0x6e0 lma 0x214530
> Loading section .int_hook_table, size 0x100 lma 0x214c10
> Start address 0x204000, load size 68879
> Transfer rate: 17219 bits/sec, 63 bytes/write.
> (gdb) stepi
> 
> 
> Nothing is displayed.  It is same for "continue" also.  What might be
> the problem?
> 
> Thanks in advance
> 
> Ganeshan N

There is the problem that some instruction cannot trace normally.
It is signed off, but cannot prepare a patch.

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]