forked from qt-creator/qt-creator
debugger: call beginCycle also for new dumpers
This commit is contained in:
@@ -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)))
|
||||
|
||||
@@ -1095,7 +1095,6 @@ void WatchHandler::beginCycle()
|
||||
|
||||
void WatchHandler::endCycle()
|
||||
{
|
||||
//qDebug() << "END CYCLE";
|
||||
m_locals->endCycle();
|
||||
m_watchers->endCycle();
|
||||
m_tooltips->endCycle();
|
||||
|
||||
Reference in New Issue
Block a user