On 02/06/2010 09:24, Xiaochen Zhou wrote:
Hi all,

I want to port eCos to an epon onu chip which has a MIPS 4KEc core and
using openocd v0.4.0 + wiggler for debugging. Gdb seems ok(ctrl_c and
continue commands ok) but breakpoint.


Just a guess but unless you have a valid flash memory map then gdb will assume ram breakpoints for the break cmd. If this is not the case then use the following openocd cmd to set all breakpoints as hardware, or use hbreak instead.

gdb_breakpoint_override hard

Cheers
Spen
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to