forked from qt-creator/qt-creator
debugger: fix some breakpoint state transitions in gdb engine
This commit is contained in:
@@ -132,6 +132,7 @@ public:
|
||||
void notifyBreakpointInsertOk(BreakpointId id);
|
||||
void notifyBreakpointInsertFailed(BreakpointId id);
|
||||
void notifyBreakpointChangeOk(BreakpointId id);
|
||||
void notifyBreakpointChangeProceeding(BreakpointId id);
|
||||
void notifyBreakpointChangeFailed(BreakpointId id);
|
||||
void notifyBreakpointPending(BreakpointId id);
|
||||
void notifyBreakpointRemoveProceeding(BreakpointId id);
|
||||
|
||||
Reference in New Issue
Block a user