Debugger: Fix warning about unexpected UVSC engine state changes

Change-Id: Iec3aba57b875222429564637e0cb7735e286e341
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Denis Shienkov
2020-04-21 22:06:42 +03:00
parent 6285696091
commit 7c63a13460

View File

@@ -633,6 +633,8 @@ void UvscEngine::handleUpdateLocation(quint64 address)
void UvscEngine::handleStartExecution()
{
if (state() != InferiorRunRequested)
notifyInferiorRunRequested();
notifyInferiorRunOk();
}