Hack to fix continue until commands (#586)

This commit is contained in:
fcasal 2018-07-19 13:57:47 +01:00 committed by xarkes
parent 96f832dafb
commit 971409b4ed

View File

@ -774,7 +774,9 @@ void CutterCore::startDebug()
if (!currentlyDebugging) {
offsetPriorDebugging = getOffset();
}
cmd("ood");
// FIXME: we do a 'ds' here since otherwise the continue until commands
// sometimes do not work in r2.
cmd("ood; ds");
emit registersChanged();
if (!currentlyDebugging) {
setConfig("asm.flags", false);