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]

Aw: Re: Debugging via JTAG - problems?


Hi Ilija!
Â
> How do you get to main? by single stepping? Breakpoint?
> Put breakpoint on hal_system_init() . That's an early breakpoint and
> will give you chance to step through system booting.
Â
Yes, I did it by single stepping. Like you advised I tried it now with a breakpoint at hal_system_init().
Eclipse shows me that this breakpoint exists and it also shows me that the breakpoint is located in the correct file! That's good.
Now I try to "run" (with "Resume" / F8) the program until the breakpoint should halt it. But unfortunately nothing happens?
Â
With kind regards,
Lukas

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