debugger: work on "watchers" for use with new dumpers

This commit is contained in:
hjk
2009-12-04 13:36:14 +01:00
parent accc2c6926
commit ecb0df0cb5
5 changed files with 44 additions and 21 deletions

View File

@@ -275,6 +275,8 @@ public:
QSet<QString> expandedINames() const
{ return m_expandedINames; }
QStringList watchedExpressions() const;
QHash<QString, int> watcherNames() const
{ return m_watcherNames; }
static QString watcherEditPlaceHolder();