From 0ed2f4e5a21d6f1b1cef23f4b4644765f4d46f95 Mon Sep 17 00:00:00 2001 From: hjk <hjk121@nokiamail.com> Date: Sun, 17 Nov 2013 21:36:37 +0100 Subject: [PATCH] Debugger: Mark views as inactive while retrieving large backtraces Task-number: QTCREATORBUG-10403 Change-Id: Iebd34dc20d98cc6b79b3a492a2556d1bc62066fe Reviewed-by: Robert Loehning <robert.loehning@digia.com> --- src/plugins/debugger/gdb/gdbengine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/debugger/gdb/gdbengine.cpp b/src/plugins/debugger/gdb/gdbengine.cpp index ae83e0801f1..2bab82cded0 100644 --- a/src/plugins/debugger/gdb/gdbengine.cpp +++ b/src/plugins/debugger/gdb/gdbengine.cpp @@ -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))); } -- GitLab