forked from qt-creator/qt-creator
		
	debugger: remove InferiorStopSpontaneous state again
This commit is contained in:
		@@ -126,7 +126,6 @@ enum DebuggerState
 | 
			
		||||
    InferiorRunFailed,         // Debuggee running
 | 
			
		||||
 | 
			
		||||
    InferiorStopRequested,     // Debuggee running, stop requested
 | 
			
		||||
    InferiorStopSpontaneous,   // Debuggee stopped spontaneously
 | 
			
		||||
    InferiorStopOk,            // Debuggee stopped
 | 
			
		||||
    InferiorStopFailed,        // Debuggee not stopped, will kill debugger
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user