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]

GDB doesn't stop


Hello,

I have the following configuration:

Atmel EB40A
Redboot in FLASH
eCos application in RAM

$ arm-elf-gdb ecostest
GNU gdb 5.3 (eCosCentric)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "--host=i686-pc-cygwin --target=arm-elf"...
(gdb) tar rem com2
Remote debugging using com2
0x010034f8 in ?? ()
(gdb) load
Loading section .rom_vectors, size 0x40 lma 0xc000
Loading section .text, size 0x17034 lma 0xc040
Loading section .rodata, size 0x4884 lma 0x23074
Loading section .data, size 0x600 lma 0x278f8
Start address 0xc040, load size 114424
Transfer rate: 27739 bits/sec, 305 bytes/write.
(gdb) cont
Continuing.
rx_thread: resumed
thread_int: resumed
Interrupted while waiting for the program.
Give up (and stop debugging it)? (y or n) y

When I try breaking via Ctrl-C nothing happens. After pushing Ctrl-C again I get an error message (see above).

Using breakpoints works fine, the program does what it is supposed to, only breaking via Ctrl-C doesn't work.
I already had a close look to ecos-discuss archives but I didn't find anything helpful.
I hope someone can give advice what else I could try.

Regards,
Dirk Eibach


-- 
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]