BareMetal: Kill the GDB server provider when debugging stopped
On Windows when debugging is stopped, the QProcess::terminate() method does nothing. At least it belongs to the started OpenOCD process. It is better to use Utils::QtcProcess with setup of a setUseCtrlCStub(true) instead of QProcess. Change-Id: I954377dc94de77fbae630e096a252530f12aaf2d Reviewed-by:Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tim Sander <tim@krieglstein.org>
Please register or sign in to comment