debugger: remove InferiorStopSpontaneous state again

This commit is contained in:
hjk
2011-01-14 19:04:16 +01:00
parent 8175f19fc8
commit 13caaabaff
4 changed files with 10 additions and 23 deletions

View File

@@ -126,7 +126,6 @@ enum DebuggerState
InferiorRunFailed, // Debuggee running
InferiorStopRequested, // Debuggee running, stop requested
InferiorStopSpontaneous, // Debuggee stopped spontaneously
InferiorStopOk, // Debuggee stopped
InferiorStopFailed, // Debuggee not stopped, will kill debugger