mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Hack to fix continue until commands (#586)
This commit is contained in:
parent
96f832dafb
commit
971409b4ed
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user