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

@@ -117,7 +117,7 @@ private:
void reloadFullStack() {}
bool supportsThreads() const { return false; }
void updateWatchData(const WatchData &data);
void updateWatchData(const WatchData &data, const WatchUpdateFlags &flags);
void executeDebuggerCommand(const QString& command);
unsigned int debuggerCapabilities() const;