mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Larger stack by default
This commit is contained in:
parent
a55147a0f5
commit
a37eae39d9
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user