debugger: properly display function pointers with python

This commit is contained in:
hjk
2010-02-26 14:25:36 +01:00
parent a1fed931c4
commit 73ef5e33ea
3 changed files with 20 additions and 2 deletions

View File

@@ -380,6 +380,7 @@ QByteArray TrkGdbAdapter::trkStepRangeMessage()
if (m_snapshot.stepOver)
option = 0x11; // Step over.
if (from <= pc && pc <= to) {
//to = qMax(to - 4, from);
//to = qMax(to - 4, from);
debugMessage("STEP IN " + hexxNumber(from) + " " + hexxNumber(to)
+ " INSTEAD OF " + hexxNumber(pc));