Hi:
thanks all your kind help :)
2009/11/4 Øyvind Harboe <oyvind.har...@zylin.com>:
> On Tue, Nov 3, 2009 at 8:58 PM, David Brownell <davi...@pacbell.net> wrote:
>> On Tuesday 03 November 2009, loody wrote:
>>> 3. can we do some constant steps?
>>>   we can use "step" to execute 1 instruction, but is there any "step
>>>   10", which can let up execute 10 instructions?
>>
>> Not today.  The parameter to "step" is an address to resume
>> from, not a count.
>>
>> I've wanted such an option too though ... e.g. to go through
>> the end of a loop.
>>
>> Patches accepted.  :)
>
> 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
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to