On Sun, Jul 6, 2008 at 11:16 PM, Spen <[EMAIL PROTECTED]> wrote: > Generally i like the addition of the tcl scripting to openocd. > > However i think we need to keep openocd internally in c - i am not keen on > mixing. > You end up with a nightmare - insight/gdb is an very good example. > > changing the handle_target_script_command is an example that i would prefer > as it was.
This allows for implementing the target event scripts in Tcl. Being able to debug OpenOCD without getting into Tcl is a goal for me and I believe the change does keep that capability reasonably intact. If you want to single step through e.g. a reset script that does not use Tcl, you set the breakpoint at the same place in command.c as always. -- Ø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
