forked from qt-creator/qt-creator
Debugger: Fix removal of breakpoint marks in disassembler view
Task-number: QTCREATORBUG-14973 Change-Id: I6dfceefe6d8b1404c2a553dbeebd7dccefa1a624 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -320,7 +320,8 @@ public:
|
||||
virtual void notifyInferiorIll();
|
||||
|
||||
QString toFileInProject(const QUrl &fileUrl);
|
||||
void updateBreakpointMarkers();
|
||||
void updateBreakpointMarker(const Breakpoint &bp);
|
||||
void removeBreakpointMarker(const Breakpoint &bp);
|
||||
|
||||
signals:
|
||||
void stateChanged(Debugger::DebuggerState state);
|
||||
|
||||
Reference in New Issue
Block a user