forked from qt-creator/qt-creator
Debugger: Fix warning about unexpected UVSC engine state changes
Change-Id: Iec3aba57b875222429564637e0cb7735e286e341 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -633,6 +633,8 @@ void UvscEngine::handleUpdateLocation(quint64 address)
|
||||
|
||||
void UvscEngine::handleStartExecution()
|
||||
{
|
||||
if (state() != InferiorRunRequested)
|
||||
notifyInferiorRunRequested();
|
||||
notifyInferiorRunOk();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user