From 8931a14afe50045537c30865183a679d96c7a79d Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 6 Mar 2014 12:04:47 +0100 Subject: Debugger: Select topmost frame with usable data also with LLDB Task-number: QTCREATORBUG-11597 Change-Id: I5d95c9172e90b82f5671427283cf46e924456c4c Reviewed-by: Christian Stenger --- src/plugins/debugger/stackhandler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/debugger/stackhandler.h') diff --git a/src/plugins/debugger/stackhandler.h b/src/plugins/debugger/stackhandler.h index b896b5c4003..6fd57f2be1f 100644 --- a/src/plugins/debugger/stackhandler.h +++ b/src/plugins/debugger/stackhandler.h @@ -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(); } -- cgit v1.2.3