debugger: introduce a new state InferiorUnrunnable to properly describe the

state when gdb is attached to a core.
This commit is contained in:
hjk
2009-09-29 11:40:40 +02:00
parent 573ca3ad85
commit 17c928f970
4 changed files with 32 additions and 35 deletions

View File

@@ -72,6 +72,7 @@ enum DebuggerState
InferiorPreparing,
InferiorPrepared,
InferiorPreparationFailed,
InferiorUnrunnable, // Used in the core dump adapter
InferiorStarting,
// InferiorStarted, // Use InferiorRunningRequested or InferiorStopped
InferiorStartFailed,