Larger stack by default

This commit is contained in:
mandlebro 2018-07-24 00:13:23 +01:00 committed by xarkes
parent a55147a0f5
commit a37eae39d9

View File

@ -492,7 +492,7 @@ public:
QString getRegisterName(QString registerRole); QString getRegisterName(QString registerRole);
RVA getProgramCounterValue(); RVA getProgramCounterValue();
void setRegister(QString regName, QString regValue); void setRegister(QString regName, QString regValue);
QJsonDocument getStack(int size = 0x40); QJsonDocument getStack(int size = 0x100);
QJsonDocument getBacktrace(); QJsonDocument getBacktrace();
void startDebug(); void startDebug();
void startEmulation(); void startEmulation();