forked from qt-creator/qt-creator
Debugger: Implement stack frame switching with LLDB
Change-ID: I6efed5ffdccc5ce0aa13b1e7296137396ca28efe Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -855,6 +855,9 @@ void LldbEngine::refreshStack(const GdbMi &stack)
|
||||
bool canExpand = stack["hasmore"].toInt();
|
||||
debuggerCore()->action(ExpandStack)->setEnabled(canExpand);
|
||||
handler->setFrames(frames);
|
||||
|
||||
int index = stack["current-frame"].toInt();
|
||||
handler->setCurrentIndex(index);
|
||||
}
|
||||
|
||||
void LldbEngine::refreshRegisters(const GdbMi ®isters)
|
||||
|
||||
Reference in New Issue
Block a user