On Mon, Oct 26, 2009 at 5:27 PM, Michael Bruck <[email protected]> wrote: > I haven't tested the patch, but the "retire" part forgets to eliminate > arm11_coproc_instruction_limits[]. > > The new code should also check for: > > if (arm11->target->state != TARGET_HALTED) > { > LOG_WARNING("target was not halted"); > return ERROR_TARGET_NOT_HALTED; > }
This is fixed in the mrcmcr branch at: http://repo.or.cz/w/openocd/oharboe.git -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
