[OpenOCD-devel] initialize Jim-tcl variables with the results of OpenOCD commands

2014-02-25 Thread dosru...@libero.it
Hi, I'm working on a fully automated testing framework for OpenOCD (supporting multiple targets). I want to know if it's possible to store the results/outputs of openocd commands execution into Jim-Tcl variables... For example I want to store the results of reg command inside a new variable

Re: [OpenOCD-devel] initialize Jim-tcl variables with the results of OpenOCD commands

2014-02-25 Thread Paul Fertser
On Tue, Feb 25, 2014 at 04:26:57PM +0100, dosru...@libero.it wrote: I've tryed with the syntax: set reg_var [ reg ] but it seems not to work. Try ocd_reg instead. Please additionally see http://openocd.zylin.com/1815 and http://openocd.zylin.com/1915 . -- Be free, use free