I'd like to retire reset "run_and_halt" and "run_and_init", they are completely redundant.
This simplifies the target_process_reset code and also makes the documentation of reset less noisy. This would leave us with three atomic reset modes: - reset run - reset halt - reset init the final one is really just a convention. reset run_and_halt can easily be synthesized from e.g. GDB: monitor reset run monitor sleep 100 monitor halt Additionally we're going in the direction of target configuration scripts being able to override reset to a greater degree, so the operations run, halt and init can be implemented pretty much in any way that the target configuration script defines. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
