forked from qt-creator/qt-creator
debugger: start refactoring of state transitions
This updates the state diagram in debuggerplugin.cpp and
renames AdapterStart{Fail}ed to EngineStart{Fail}ed.
This commit is contained in:
@@ -82,8 +82,8 @@ enum DebuggerState
|
||||
EngineStarting, // Engine starts
|
||||
|
||||
AdapterStarting,
|
||||
AdapterStarted,
|
||||
AdapterStartFailed,
|
||||
EngineStarted,
|
||||
EngineStartFailed,
|
||||
InferiorUnrunnable, // Used in the core dump adapter
|
||||
InferiorStarting,
|
||||
// InferiorStarted, // Use InferiorRunningRequested or InferiorStopped
|
||||
|
||||
Reference in New Issue
Block a user