[OpenOCD-devel] [openocd:tickets] #264 bindto half works when issued after init

2020-04-20 Thread Antonio Borneo via OpenOCD-devel
- **status**: new --> assigned - **assigned_to**: Antonio Borneo - **Resolution**: --> http://openocd.zylin.com/5595 - **Component**: --> server - **Priority**: --> normal - **Type**: --> bug --- ** [tickets:#264] bindto half works when issued after init** **Status:** assigned

[OpenOCD-devel] [openocd:tickets] #264 bindto half works when issued after init

2020-04-20 Thread Antonio Borneo via OpenOCD-devel
http://openocd.zylin.com/5595 fixes it by allowing the commands during config only --- ** [tickets:#264] bindto half works when issued after init** **Status:** new **Milestone:** 0.9.0 **Created:** Mon Apr 20, 2020 05:56 PM UTC by Christopher Head **Last Updated:** Mon Apr 20, 2020 09:51 PM

[OpenOCD-devel] [openocd:tickets] #264 bindto half works when issued after init

2020-04-20 Thread Antonio Borneo via OpenOCD-devel
It's a bug! The sockets for gdb, telnet and tcl are all created during the init phase. For a matter of call order, the tcl and telnet ports are open after the parse of the config file, so after init and bindto if they are inside the config file. But if you start openocd without bindto, wait for

[OpenOCD-devel] [openocd:tickets] #264 bindto half works when issued after init

2020-04-20 Thread Christopher Head via OpenOCD-devel
--- ** [tickets:#264] bindto half works when issued after init** **Status:** new **Milestone:** 0.9.0 **Created:** Mon Apr 20, 2020 05:56 PM UTC by Christopher Head **Last Updated:** Mon Apr 20, 2020 05:56 PM UTC **Owner:** nobody When the `bindto` command is issued after the `init`