mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Stop existing trace sessions in stopDebug
This commit is contained in:
parent
2b9e262cc2
commit
5ce286dea5
@ -1835,7 +1835,7 @@ void CutterCore::stopDebug()
|
|||||||
emit debugTaskStateChanged();
|
emit debugTaskStateChanged();
|
||||||
|
|
||||||
if (currentlyEmulating) {
|
if (currentlyEmulating) {
|
||||||
cmdEsil("aeim-; aei-; wcr; .ar-");
|
cmdEsil("aeim-; aei-; wcr; .ar-; aets-");
|
||||||
currentlyEmulating = false;
|
currentlyEmulating = false;
|
||||||
} else if (currentlyAttachedToPID != -1) {
|
} else if (currentlyAttachedToPID != -1) {
|
||||||
// Use cmd because cmdRaw would not work with command concatenation
|
// Use cmd because cmdRaw would not work with command concatenation
|
||||||
|
Loading…
Reference in New Issue
Block a user