Debugger: Combine the EngineShutdown{Ok,Failed} states

... into a EngineShutdownFinished. They were never handled differently,
and the only option is to proceed to DebuggerFinished anyway. So
simplify the state machine a bit.

Change-Id: Ied3be86fff6750abca578dc6788e4be1d895692b
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2017-12-14 09:11:16 +01:00
parent 01fb309c34
commit 585b2c62d5
10 changed files with 33 additions and 60 deletions
+1 -1
View File
@@ -1521,7 +1521,7 @@ class Dumper(DumperBase):
self.reportResult('', args)
def quit(self, args):
self.reportState('engineshutdownok')
self.reportState('engineshutdownfinished')
self.process.Kill()
self.reportResult('', args)