forked from qt-creator/qt-creator
Debugger: Show confirmed state on breakpoint removal
So far we cheated by pretending removal always succeeds immediately. Now just draw in grey in the view and remove fully after the backend confirmed removal. Change-Id: I0bd607774a3db0fe302b9654798be9dcc50abe8a Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -311,6 +311,7 @@ private: ////////// View & Data Stuff //////////
|
||||
void handleBreakEnable(const GdbResponse &response);
|
||||
void handleBreakInsert1(const GdbResponse &response);
|
||||
void handleBreakInsert2(const GdbResponse &response);
|
||||
void handleBreakDelete(const GdbResponse &response);
|
||||
void handleTraceInsert2(const GdbResponse &response);
|
||||
void handleBreakCondition(const GdbResponse &response);
|
||||
void handleBreakThreadSpec(const GdbResponse &response);
|
||||
|
||||
Reference in New Issue
Block a user