forked from qt-creator/qt-creator
Debugger: Select topmost frame with usable data also with LLDB
Task-number: QTCREATORBUG-11597 Change-Id: I5d95c9172e90b82f5671427283cf46e924456c4c Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -71,6 +71,7 @@ public:
|
||||
const StackFrames &frames() const;
|
||||
void setCurrentIndex(int index);
|
||||
int currentIndex() const { return m_currentIndex; }
|
||||
int firstUsableIndex() const;
|
||||
StackFrame currentFrame() const;
|
||||
const StackFrame &frameAt(int index) const { return m_stackFrames.at(index); }
|
||||
int stackSize() const { return m_stackFrames.size(); }
|
||||
|
||||
Reference in New Issue
Block a user