debugger: call beginCycle also for new dumpers

This commit is contained in:
hjk
2009-10-27 17:16:46 +01:00
parent cb5a93ff49
commit 097d1e4e6c
2 changed files with 3 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ namespace Internal {
#else
# define PENDING_DEBUG(s)
#endif
#define PENDING_DEBUGX(s) qDebug() << s
#define CB(callback) &GdbEngine::callback, STRINGIFY(callback)
@@ -3379,6 +3380,8 @@ void GdbEngine::updateLocals(const QVariant &cookie)
{
m_pendingRequests = 0;
if (isSynchroneous()) {
manager()->watchHandler()->beginCycle();
m_toolTipExpression.clear();
QStringList expanded = m_manager->watchHandler()->expandedINames().toList();
postCommand(_("bb %1 %2")
.arg(int(theDebuggerBoolSetting(UseDebuggingHelpers)))

View File

@@ -1095,7 +1095,6 @@ void WatchHandler::beginCycle()
void WatchHandler::endCycle()
{
//qDebug() << "END CYCLE";
m_locals->endCycle();
m_watchers->endCycle();
m_tooltips->endCycle();