Fix TracePlayer::PlayTraceOnThread not signifying it's done with the trace if a break is pending.
This commit is contained in:
parent
a4f6e60e20
commit
cde39953ab
|
@ -156,6 +156,7 @@ void TracePlayer::PlayTraceOnThread(const uint8_t* trace_data,
|
|||
pending_packet = nullptr;
|
||||
}
|
||||
if (pending_break) {
|
||||
playing_trace_ = false;
|
||||
return;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue