forked from qt-creator/qt-creator
Debugger: Improve engine detection.
Try to detect engine by looking at toolchain, executable, attach mode. Find out path to executable in attach to running dialog. Reviewed-by: hjk
This commit is contained in:
@@ -89,6 +89,7 @@ public:
|
||||
~AttachExternalDialog();
|
||||
|
||||
qint64 attachPID() const;
|
||||
QString executable() const;
|
||||
|
||||
private slots:
|
||||
void rebuildProcessList();
|
||||
@@ -99,8 +100,9 @@ private slots:
|
||||
|
||||
private:
|
||||
inline QPushButton *okButton() const;
|
||||
const QString m_selfPid;
|
||||
inline QString attachPIDText() const;
|
||||
|
||||
const QString m_selfPid;
|
||||
Ui::AttachExternalDialog *m_ui;
|
||||
ProcessListFilterModel *m_model;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user