debugger: rename EngineStart to EngineSetup

This commit is contained in:
hjk
2010-07-09 08:48:33 +02:00
parent 3fcafefa9e
commit 6089bc1b9e
18 changed files with 116 additions and 93 deletions

View File

@@ -79,9 +79,9 @@ enum DebuggerState
{
DebuggerNotReady, // Debugger not started
EngineStarting, // Engine starts
EngineStartFailed,
EngineStarted,
EngineSettingUp, // Engine starts
EngineSetupFailed,
EngineSetupOk,
InferiorUnrunnable, // Used in the core dump adapter
InferiorSettingUp,