mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-20 03:46: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) {
|
if (!currentlyDebugging) {
|
||||||
offsetPriorDebugging = getOffset();
|
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();
|
emit registersChanged();
|
||||||
if (!currentlyDebugging) {
|
if (!currentlyDebugging) {
|
||||||
setConfig("asm.flags", false);
|
setConfig("asm.flags", false);
|
||||||
|
Loading…
Reference in New Issue
Block a user