forked from qt-creator/qt-creator
Debugger: Merge GDB/LLDB process error handling
This also removes some of the "illegal" state transitions, partially addressing QTCREATORBUG-14089. Change-Id: I817d87a0b5e0a40285bc9b0880fef5bceaee3f16 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include "debuggerconstants.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QProcess>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QDebug;
|
||||
@@ -313,6 +314,8 @@ protected:
|
||||
|
||||
public:
|
||||
virtual void notifyInferiorExited();
|
||||
void notifyDebuggerProcessFinished(int exitCode, QProcess::ExitStatus exitStatus,
|
||||
const QString &backendName);
|
||||
|
||||
protected:
|
||||
virtual void notifyInferiorShutdownOk();
|
||||
|
||||
Reference in New Issue
Block a user