mirror of
https://github.com/rizinorg/cutter.git
synced 2025-02-07 15:32:13 +00:00
Removed dr from debug start
This commit is contained in:
parent
0562c377fb
commit
bc72c53d01
@ -884,8 +884,7 @@ void CutterCore::startDebug()
|
|||||||
if (!currentlyDebugging) {
|
if (!currentlyDebugging) {
|
||||||
offsetPriorDebugging = getOffset();
|
offsetPriorDebugging = getOffset();
|
||||||
}
|
}
|
||||||
// FIXME: we do a 'dr' here since otherwise the process continues
|
cmd("ood");
|
||||||
cmd("ood; dr");
|
|
||||||
emit registersChanged();
|
emit registersChanged();
|
||||||
if (!currentlyDebugging) {
|
if (!currentlyDebugging) {
|
||||||
setConfig("asm.flags", false);
|
setConfig("asm.flags", false);
|
||||||
|
Loading…
Reference in New Issue
Block a user