debugger: disallow interuption during InferiorRunRequest and

InferiorStopReqeust
This commit is contained in:
hjk
2010-07-12 18:48:21 +02:00
parent c69cad48f9
commit b221d93b78

View File

@@ -2202,8 +2202,8 @@ void DebuggerPluginPrivate::updateState(DebuggerEngine *engine)
m_detachAction->setEnabled(detachable);
const bool stoppable = m_state == InferiorRunOk
|| m_state == InferiorRunRequested
|| m_state == InferiorStopRequested
//|| m_state == InferiorRunRequested
//|| m_state == InferiorStopRequested
|| m_state == InferiorStopOk
|| m_state == InferiorUnrunnable;