Add workaround to fix Stop action with Netbeans. v0.1.0
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 30 Aug 2017 16:33:10 +0000 (18:33 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 30 Aug 2017 16:33:10 +0000 (18:33 +0200)
Netbeans sends -gdb-exit command when user press stop button. But this command is not processed by remote gdb if debugged program is running. So send a SIGINT signal to interrupt program before sending/executing -gdb-exit command.


No differences found