forked from qt-creator/qt-creator
debugger: work on handling gdb crashes gracefully
This commit is contained in:
@@ -77,8 +77,9 @@ private:
|
||||
void handleTargetRemote(const GdbResponse &response);
|
||||
void handleFirstContinue(const GdbResponse &response);
|
||||
|
||||
Q_SLOT void handleGdbFinished(int, QProcess::ExitStatus);
|
||||
Q_SLOT void handleGdbStarted();
|
||||
Q_SLOT void handleGdbError(QProcess::ProcessError error);
|
||||
Q_SLOT void handleGdbFinished(int, QProcess::ExitStatus);
|
||||
|
||||
QProcess m_gdbProc;
|
||||
QProcess m_uploadProc;
|
||||
|
||||
Reference in New Issue
Block a user