From b35a4096c621670bfd6ce3555d1b00b854e8f525 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 4 Feb 2010 09:55:07 +0100 Subject: debugger: start using TRK's 'multi instruction step' facility --- 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 0df1d602573..3c36485dafd 100644 --- a/src/plugins/debugger/stackhandler.h +++ b/src/plugins/debugger/stackhandler.h @@ -69,6 +69,7 @@ public: int currentIndex() const { return m_currentIndex; } StackFrame currentFrame() const; int stackSize() const { return m_stackFrames.size(); } + QString topAddress() const { return m_stackFrames.at(0).address; } // Called from StackHandler after a new stack list has been received void removeAll(); -- cgit v1.2.3