debugger: only update variables that are operated on

This commit is contained in:
hjk
2010-09-13 08:32:12 +02:00
parent 5ce3f8ab7a
commit 7457083bab
20 changed files with 84 additions and 34 deletions

View File

@@ -101,7 +101,7 @@ private:
bool supportsThreads() const { return true; }
bool checkForBreakCondition(bool byFunction);
void updateWatchData(const WatchData &data);
void updateWatchData(const WatchData &data, const WatchUpdateFlags &flags);
void updateLocals();
void updateSubItem(const WatchData &data);