Debugger[New CDB]: Regression: Show threads.

This commit is contained in:
Friedemann Kleint
2010-12-14 16:14:05 +01:00
parent 0c43604e59
commit c2d11363a0

View File

@@ -1314,7 +1314,7 @@ void CdbEngine::handleSessionIdle(const QByteArray &message)
notifyInferiorSpontaneousStop();
}
// Start sequence to get all relevant data. Hack: Avoid module reload?
unsigned sequence = CommandListStack;
unsigned sequence = CommandListStack|CommandListThreads;
if (debuggerCore()->isDockVisible(QLatin1String(Constants::DOCKWIDGET_REGISTER)))
sequence |= CommandListRegisters;
if (debuggerCore()->isDockVisible(QLatin1String(Constants::DOCKWIDGET_MODULES)))