forked from qt-creator/qt-creator
Debugger: Use Utils::TreeModel as base for StackHandler
Change-Id: I3fcc1b3a149f15cf414a1560d91145b623e40c63 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -434,7 +434,7 @@ void LldbEngine::activateFrame(int frameIndex)
|
||||
return;
|
||||
|
||||
StackHandler *handler = stackHandler();
|
||||
if (frameIndex == handler->stackSize()) {
|
||||
if (handler->isSpecialFrame(frameIndex)) {
|
||||
fetchStack(handler->stackSize() * 10 + 3);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user