forked from qt-creator/qt-creator
Debugger: Fix Window grabbing on GDB
Needs to make namespace detection work without valid frame Task-number: QTCREATORBUG-17326 Change-Id: Ia7c7017db4ef384d4f246e11a5601d01f4f366f1 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -66,7 +66,9 @@ public:
|
||||
WatchModelBase *model() const;
|
||||
|
||||
void cleanup();
|
||||
void watchExpression(const QString &exp, const QString &name = QString());
|
||||
void grabWidget(QWidget *viewParent);
|
||||
void watchExpression(const QString &exp, const QString &name = QString(),
|
||||
bool temporary = false);
|
||||
void updateWatchExpression(WatchItem *item, const QString &newExp);
|
||||
void watchVariable(const QString &exp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user