forked from qt-creator/qt-creator
		
	debugger: introduce a new state InferiorUnrunnable to properly describe the
state when gdb is attached to a core.
This commit is contained in:
		@@ -72,6 +72,7 @@ enum DebuggerState
 | 
			
		||||
    InferiorPreparing,
 | 
			
		||||
    InferiorPrepared,
 | 
			
		||||
    InferiorPreparationFailed,
 | 
			
		||||
    InferiorUnrunnable,         // Used in the core dump adapter
 | 
			
		||||
    InferiorStarting,
 | 
			
		||||
    // InferiorStarted,         // Use InferiorRunningRequested or InferiorStopped
 | 
			
		||||
    InferiorStartFailed,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user