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]

Ctrl-C/Break with RedBoot, GDB and TCP


Hi,

Here is the situation:

- I boot my PC target with RedBoot and I connect GDB via TCP to the target
- I download an application program which do not have a stub inside but
trley on Redboot
- I can run, set breakpoint, step ...

But I can't interrupt the program with a Ctrl-C

So: How does this case is supposed to work ?

RedBoot doesn't manage interrupts and anyway (as seen before) the
application takes control of the IRQs when loaded. So I guess the
application should be involved. However, the application doesn't use net
support and so doesn't have any interrupt handler connected on the ethernet
channel.

So How do we do that ? 


-- 
Fabrice Gautier
fabrice_gautier@sdesigns.com 





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