forked from qt-creator/qt-creator
Merge commit 'df16699ed9958584bb53e8790ccbcdc1e4b42dbb'
Conflicts: src/plugins/debugger/procinterrupt.cpp
This commit is contained in:
@@ -177,8 +177,7 @@ bool Debugger::Internal::interruptProcess(int pID)
|
||||
{
|
||||
int procId = pID;
|
||||
if (procId != -1) {
|
||||
// used SIGINT previously
|
||||
if (kill(procId, SIGTRAP) == 0)
|
||||
if (kill(procId, SIGINT) == 0)
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user