A breakpoint list is a comma separated list of % qualified breakpoints. A breakpoint range consists of two colon separated breakpoints. The B and d commands can refer to breakpoint ranges.
Expression | Meaning |
---|---|
d %foo,%bar,%gamma |
Remove breakpoints labeled foo, bar, and gamma. |
d %foo:%gamma |
Remove breakpoint foo through gamma. |
d %1,%3:%5 |
Remove breakpoints with ID's 1, 3, 4, and 5. |