forked from qt-creator/qt-creator
Fixes: debugger: revert accidental parts of b0650238
This commit is contained in:
@@ -161,7 +161,7 @@ bool Debugger::Internal::interruptProcess(int pID)
|
||||
#else
|
||||
int procId = pID;
|
||||
if (procId != -1) {
|
||||
if (kill(procId, 2) == 0)
|
||||
if (kill(procId, SIGINT) == 0)
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user