OpenOCD TCL script execution failure with commit 95603fae1

2023-05-27 Thread Daniel Goehring
Hello, The following commit has introduced stability issues in my AArch64 TCL scripting environment and I'm wondering if others have experienced similar issues. 95603fae1 openocd: revert workarounds for 'expr' syntax change With this update, while the TCL script runs faster due to the reduct

[openocd:tickets] #397 OpenOCD TCL script execution failure with commit 95603fae1

2023-05-26 Thread Antonio Borneo
incorrect implementation was running a polling of all targets after each TCL command. This causes huge performance degradation and does not comply with the design of having a time-based polling. --- **[tickets:#397] OpenOCD TCL script execution failure with commit 95603fae1** **Status:** new

[openocd:tickets] #397 OpenOCD TCL script execution failure with commit 95603fae1

2023-05-26 Thread Daniel Goehring
--- **[tickets:#397] OpenOCD TCL script execution failure with commit 95603fae1** **Status:** new **Milestone:** 0.11.0 **Created:** Sat May 27, 2023 01:28 AM UTC by Daniel Goehring **Last Updated:** Sat May 27, 2023 01:28 AM UTC **Owner:** nobody Hello, The following commit which is post