Debugger: Drop the EngineSetupOk state

Directly proceed to EngineRunRequested.

Change-Id: I8419086f554bae298624cab3b33e852e92ea54bd
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2020-12-18 18:20:32 +01:00
parent fcbb4721ba
commit 14c3f5ba51
3 changed files with 12 additions and 26 deletions

View File

@@ -221,21 +221,15 @@
{notify- {notify-
Engine- Engine-
SetupOk} SetupFailed}
+ +
+ `+-+-+> EngineSetupFailed
+ +
+ [calls RunControl->startFailed]
+ +
+ DebuggerFinished
v
EngineSetupOk
+
[calls RunControl->StartSuccessful]
+
+
EngineRunRequested
+
(calls *Engine->runEngine())
+ | +
EngineRunRequested <+-+' | `+-+-+> EngineSetupFailed
| +
| [calls RunControl->startFailed]
| +
| DebuggerFinished
|
------------------------
/ | | \
/ | | \
/ | | \
| (core) | (attach) | |