debugger: move m_inferiorPid from DebuggerManager to DebuggerRunControl

This commit is contained in:
hjk
2010-06-15 12:47:37 +02:00
parent 25c11c4ce0
commit a4f412388d
9 changed files with 37 additions and 39 deletions

View File

@@ -150,6 +150,9 @@ public:
void cleanup();
void startDebugger(Internal::IDebuggerEngine *engine);
void notifyInferiorPid(qint64 pid);
qint64 inferiorPid() const;
Internal::IDebuggerEngine *engine();
signals:
@@ -160,6 +163,7 @@ public slots:
private slots:
void slotMessageAvailable(const QString &data, bool isError);
void raiseApplication();
private:
void init();