Regression of ST-Link_gdbserver 1.10 compared to previous version ?
For a long time I have been using the following setup:
- two STM32H7 eval boards
- one gdbserver session for each STM32, with a different port
- remote debugging on the two STM32
I just switched from STM32CubeIDE 1.0 to 1.10.1 and now I have this weird behaviour:
It looks like the gdbserver now tries to connect to the two STM32 that are connected to the PC, even is I specified the STM32 serial number.
I have to connect to the second board on port 61236, since the 61235 seems busy.
Also my previous gdb command "monitor reset halt" seems to not be supported anymore.
