forked from qt-creator/qt-creator
		
	fix shutdowns triggered while inferior is not stopped
Reviewed-by: hjk
This commit is contained in:
		@@ -75,9 +75,11 @@ enum DebuggerState
 | 
			
		||||
    InferiorStartFailed,
 | 
			
		||||
 | 
			
		||||
    InferiorRunningRequested,   // Debuggee requested to run
 | 
			
		||||
    InferiorRunningRequested_Kill, // Debuggee requested to run, but want to kill it
 | 
			
		||||
    InferiorRunning,            // Debuggee running
 | 
			
		||||
 | 
			
		||||
    InferiorStopping,           // Debuggee running, stop requested
 | 
			
		||||
    InferiorStopping_Kill,      // Debuggee running, stop requested, want to kill it
 | 
			
		||||
    InferiorStopped,            // Debuggee stopped
 | 
			
		||||
    InferiorStopFailed,         // Debuggee not stopped, will kill debugger
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user