Debugger: Mark views as inactive while retrieving large backtraces

Task-number: QTCREATORBUG-10403

Change-Id: Iebd34dc20d98cc6b79b3a492a2556d1bc62066fe
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
hjk
2013-11-17 21:36:37 +01:00
parent 1c74480e9f
commit 0ed2f4e5a2

View File

@@ -3603,6 +3603,7 @@ void GdbEngine::handleStackSelectThread(const GdbResponse &)
void GdbEngine::reloadFullStack()
{
PENDING_DEBUG("RELOAD FULL STACK");
resetLocation();
postCommand("-stack-list-frames", Discardable, CB(handleStackListFrames),
QVariant::fromValue<StackCookie>(StackCookie(true, true)));
}