Hi,
I'm using the J-Link GDB server to debug a STM32F401CC. I started my gdb client and connected to the server. When I press Ctrl+C, it generates a SIGTRAP signal. However, it seems that a SIGINT signal is more appropriate, as the behaviour with gdb and any ordinary x86 executable on PC. This also leads to compability issues with IDEs such as CLion, for example forum.segger.com/index.php/Thr…ing-breakpoints-on-Linux/
I believe a returning SIGINT is more a appropriate choice.
I'm using the J-Link GDB server to debug a STM32F401CC. I started my gdb client and connected to the server. When I press Ctrl+C, it generates a SIGTRAP signal. However, it seems that a SIGINT signal is more appropriate, as the behaviour with gdb and any ordinary x86 executable on PC. This also leads to compability issues with IDEs such as CLion, for example forum.segger.com/index.php/Thr…ing-breakpoints-on-Linux/
I believe a returning SIGINT is more a appropriate choice.