forked from qt-creator/qt-creator
debugger: properly display function pointers with python
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user