debugger: replace BreakpointPending state with a flag in BreakpointResponse

To keep the breakpoint state machinery simple
This commit is contained in:
hjk
2010-11-16 17:53:08 +01:00
parent e1e680db01
commit a9a9143b5d
6 changed files with 29 additions and 37 deletions

View File

@@ -1257,11 +1257,8 @@ void DebuggerEngine::attemptBreakpointSynchronization()
//qDebug() << "BREAKPOINT " << id << " STILL IN PROGRESS, STATE"
// << handler->state(id);
continue;
case BreakpointPending:
//qDebug() << "BREAKPOINT " << id << " IS GOOD: PENDING";
continue;
case BreakpointInserted:
//qDebug() << "BREAKPOINT " << id << " IS GOOD: INSERTED";
//qDebug() << "BREAKPOINT " << id << " IS GOOD";
continue;
case BreakpointDead:
// Should not only be visible inside BreakpointHandler.