forked from qt-creator/qt-creator
debugger: compile/link fixes
This commit is contained in:
@@ -297,7 +297,8 @@ void GdbEngine::gdbProcError(QProcess::ProcessError error)
|
||||
"invoked program '%1' is missing, or you may have insufficient "
|
||||
"permissions to invoke the program.")
|
||||
.arg(theDebuggerStringSetting(GdbLocation));
|
||||
emitStartFailed();
|
||||
emit startFailed();
|
||||
shutdown();
|
||||
break;
|
||||
case QProcess::Crashed:
|
||||
kill = false;
|
||||
|
||||
Reference in New Issue
Block a user