> As I can se it :
> The disabled breakpoints will be enabled on resume line 1541 
> in arm7_9_common.c  when running the algorithm.

i see, i would say the is a bug with the arm4_5 resume.
should be the similar as the armv7 code

if (!debug_execution)
{
        target_free_all_working_areas(target);
        cortex_m3_enable_breakpoints(target);
        cortex_m3_enable_watchpoints(target);
}

i did my initial tests on a cortex.

Cheers
Spen

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to