>> proc fwd {n} {
>> for {set i 0} {$i < n} {set i [expr $i+1]} {
>> step
>> }
>> }
> If I guess correctly the above is bash script, could we execute bash
> script under openocd console?
> appreciate your help,
> miloody
The above is a tcl script that you paste into your config file.
Then on the openocd command line you type:
fwd 1
=> invokes step 1x
fwd 100
=> invokes step 100x
--
Ø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