Skip to content
Commit 783644ea authored by Héctor Mesa Jiménez's avatar Héctor Mesa Jiménez Committed by Christoph Cullmann
Browse files

[gdbplugin] be aware of multiple breakpoints in line

Since the debugger can move the requested break-point to the
nearest line with a statement, there can be more than one line-based
break-point at the same location.

This change is to ensure all the replicas are removed at once, because
the request is asking for line and not break-point ids, and to prevent
the function `toggleBreakpoint' to be confused.

A document should keep a line highlighted while there are at least one
breakpoint in the line.
parent cd3f97c4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment