Joseph Kuss wrote: > To All, > > I am using openOCD 0.1.0, GDB 6.8 and Eclipse Ganymede > > For the Eagle100 board, using LM3S6918: > > I can download my program into flash ok > I can start/continue the program, > I just can not get breakpoints to work. > > Please Help. If I need to send this message in a different format or to > a different person or group, please let me know. > (a) Try your program in *RAM*, see if breakpoints work there, this rules out RAM vrs FLASH breakpoint problems.
(b) Where are the breakpoints being placed? Flash or RAM? (c) GDB often tries to keep track of your earlier breakpoints - how many do you have active? With Insight (GDB-TK) one often must cleanup and delete the cached list of break points when code changes, otherwise they get put in rather strange places. (d) Enable the "debug log level 3" - what does the log tell you when you set a break point and run (read the openocd manual about this) (e) Where did you get OpenOCD from? Did you build it, or did you download a pre-built version? -Duane. _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development