[OpenOCD-devel] [openocd:tickets] #268 command_print does't print

2020-06-05 Thread Antonio Borneo via OpenOCD-devel
It is not a bug, but it is the expected behavior after that commit. After that commit the output of the commands are not sent to LOG directly but only on demand. You can get that effect in your script fpga-jtag.cfg by printing the result of "pld load pld_num filename", e.g. echo [pld load pld_num

[OpenOCD-devel] [openocd:tickets] #268 command_print does't print

2020-06-04 Thread CarlFK via OpenOCD-devel
git bisect blames this: commit 31c67cc83083ccc2db49d136a9b0d7227e336dba (HEAD, refs/bisect/bad) Author: Antonio Borneo Date: Sat Apr 6 16:26:31 2019 +0200 target: fix output of command "targets" Part of the output is generated with log functions. Change prototype of find_

[OpenOCD-devel] [openocd:tickets] #268 command_print does't print

2020-06-04 Thread CarlFK via OpenOCD-devel
--- ** [tickets:#268] command_print does't print ** **Status:** new **Milestone:** 0.9.0 **Created:** Fri Jun 05, 2020 05:46 AM UTC by CarlFK **Last Updated:** Fri Jun 05, 2020 05:46 AM UTC **Owner:** nobody https://sourceforge.net/p/openocd/code/ci/master/tree/src/pld/pld.c#l159 > command_p