debugger: make memory view updatable

Task-number: QTCREATORBUG-3242
This commit is contained in:
hjk
2010-12-08 14:08:35 +01:00
parent cfd2dbb395
commit 7cd3272282
6 changed files with 24 additions and 1 deletions

View File

@@ -3530,6 +3530,7 @@ void GdbEngine::updateLocals(const QVariant &cookie)
updateLocalsPython(false, QByteArray());
else
updateLocalsClassic(cookie);
debuggerCore()->updateMemoryEditors();
}