forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.6' into 4.0
Conflicts: src/plugins/projectexplorer/applicationlauncher.cpp src/plugins/projectexplorer/applicationlauncher.h src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp src/plugins/qmlprofiler/qmlprofilertool.cpp src/plugins/qtsupport/uicodemodelsupport.cpp src/plugins/qtsupport/uicodemodelsupport.h Change-Id: I6f6ae77422d99f4f422b108ade6b64273df9dd57
This commit is contained in:
@@ -536,11 +536,7 @@ void LldbEngine::selectThread(ThreadId threadId)
|
||||
DebuggerCommand cmd("selectThread");
|
||||
cmd.arg("id", threadId.raw());
|
||||
cmd.callback = [this](const DebuggerResponse &) {
|
||||
DebuggerCommand cmd("fetchStack");
|
||||
cmd.arg("nativemixed", isNativeMixedActive());
|
||||
cmd.arg("stacklimit", action(MaximalStackDepth)->value().toInt());
|
||||
runCommand(cmd);
|
||||
updateLocals();
|
||||
fetchStack(action(MaximalStackDepth)->value().toInt());
|
||||
};
|
||||
runCommand(cmd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user