Hey guys,
I'm running OpenOCD here, trying to debug a LPC-2124, using a Wiggler's compatible cable. I'm using the lpc2124.cfg ( http://svn.berlios.de/wsvn/openocd/trunk/src/target/target/lpc2124.cfg?rev=1602&sc=1 ). Well, I connect to the server with GDB, and can do some several commands: - monitor resume - monitor halt - monitor reset halt and even - monitor step (when in halted state) When I add a breakpoint I got the "success message" (breakpoint added at address 0xwhatever) but then I do a "monitor reset halt" and a "monitor resume". At this point I expected that I would stop at some breakpoint and then I could start stepping. I've added several breakpoints on several address (functions address) but I never reach any of them. What could be going on? Does anyone know some other breakpoint testing routines that could point me out if setting breakpoints here is working or not? thanks in advance, Jesus
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development