This is the mail archive of the ecos-discuss@sourceware.org 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]

Debugging of eCos Kernel via Redboot ETH


Hello,

I'd like to use Redboot as GDB Stub via Ethernet. This is up and running. Now I would like to load a eCos Application (with Kernel support) into the RAM and debug this via the GDB Stub in Redboot. (Just running by typing continue works.)
Is this possible? Because the eCos Application might interfere with the Redboot ethernet driver which is in polling mode only.
For the serial link there is an interrupt handler that call the GDB Stub in rRdboot when receiving a SRTG-C. Is there such a interrupt handler also for the Ethernet link? Do I need Ethernet support also in the Application or will this interfere when using the Ethernet Link with Redboot?


Thank you,
 Martin Laabs



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


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