diff options
author | hjk <[email protected]> | 2010-02-04 09:55:07 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2010-02-04 09:57:38 +0100 |
commit | b35a4096c621670bfd6ce3555d1b00b854e8f525 (patch) | |
tree | 08f8b8973ed96506dd96f85b147931eba5bc1d0a /src/plugins/debugger/stackhandler.h | |
parent | 6d620295f2b367a7a1f88d3c33f072ac112aca2a (diff) |
debugger: start using TRK's 'multi instruction step' facility
Diffstat (limited to 'src/plugins/debugger/stackhandler.h')
-rw-r--r-- | src/plugins/debugger/stackhandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |