debugger: start using TRK's 'multi instruction step' facility

This commit is contained in:
hjk
2010-02-04 09:55:07 +01:00
parent 6d620295f2
commit b35a4096c6
5 changed files with 93 additions and 26 deletions

View File

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