forked from qt-creator/qt-creator
debugger: start using TRK's 'multi instruction step' facility
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user