Using OpenOCD and Eclipse for debugging ARM (for ex. STM32) is there any option to reload image without session termination?
If you are debuging uC directly by gdb and OpenOCD you can simply type load
once again.
(to specify we can consider gnu-arm-eclipse plugin)