forked from qt-creator/qt-creator
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:
@@ -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)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user