forked from qt-creator/qt-creator
		
	fold preparing inferior into starting inferior
after refactoring the trk adapter startup, the split was not necessary any more. in fact, it seemed fairly arbitrary at this point.
This commit is contained in:
		@@ -69,9 +69,6 @@ enum DebuggerState
 | 
			
		||||
    AdapterStarting,
 | 
			
		||||
    AdapterStarted,
 | 
			
		||||
    AdapterStartFailed,
 | 
			
		||||
    InferiorPreparing,
 | 
			
		||||
    InferiorPrepared,
 | 
			
		||||
    InferiorPreparationFailed,
 | 
			
		||||
    InferiorUnrunnable,         // Used in the core dump adapter
 | 
			
		||||
    InferiorStarting,
 | 
			
		||||
    // InferiorStarted,         // Use InferiorRunningRequested or InferiorStopped
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user