Breakpoint list and ranges

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.

For example:
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.

Related topic:


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.