Debugger: Allow disabling individual breakpoint locations

... for breakpoints that resolve to multiple locations, like templates.

Toggling is done via the the breakpoint view context menu, for now
only available with GDB and not persistent.

Change-Id: I098ae13a5518e9f671c647680f8bd4413e7e5ccc
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2018-01-31 10:46:57 +01:00
parent 46ad21a796
commit 7c41720479
6 changed files with 68 additions and 14 deletions

View File

@@ -197,6 +197,7 @@ private: ////////// General Interface //////////
void insertBreakpoint(Breakpoint bp) final;
void removeBreakpoint(Breakpoint bp) final;
void changeBreakpoint(Breakpoint bp) final;
void enableSubBreakpoint(const QString &locId, bool on) final;
void executeStep() final;
void executeStepOut() final;