Updated r2 for 'doc' and 'oo' reloc fixes and integrated 'doc'

This commit is contained in:
yossizap 2019-12-13 18:32:49 +00:00 committed by Itay Cohen
parent a8bc37f0de
commit d60f9aa52a
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9fca7b1f582a744426e9f0bf650ed3206804510c
Subproject commit e11b2a91459d96e9c42812780bda8f81cab70290

View File

@ -1455,7 +1455,7 @@ void CutterCore::stopDebug()
ptraceFiles += "o-" + QString::number(openFile["fd"].toInt()) + ";";
}
}
cmd("dk 9; oo; .ar-;" + ptraceFiles);
cmd("doc" + ptraceFiles);
}
syncAndSeekProgramCounter();