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:
hjk
2014-03-06 12:04:47 +01:00
parent fed6b8bdd0
commit 8931a14afe
5 changed files with 87 additions and 34 deletions

View File

@@ -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(); }