debugger: rename some watch-update related variables to prepare a similar

mechanism for breakpoints.
This commit is contained in:
hjk
2010-03-02 18:02:30 +01:00
parent f6447d5d0b
commit 839ad4dae7
4 changed files with 28 additions and 28 deletions

View File

@@ -179,9 +179,9 @@ void GdbEngine::handleStackFramePython(const GdbResponse &response)
//PENDING_DEBUG("AFTER handleStackFrame()");
// FIXME: This should only be used when updateLocals() was
// triggered by expanding an item in the view.
if (m_pendingRequests <= 0) {
if (m_pendingWatchRequests <= 0) {
//PENDING_DEBUG("\n\n .... AND TRIGGERS MODEL UPDATE\n");
rebuildModel();
rebuildWatchModel();
}
} else {
debugMessage(_("DUMPER FAILED: " + response.toString()));