| |||
| Home > Setting Breakpoints > Chaining hardware breakpoints > CLI command qualifiers used for chaining breakpoints | |||
You use the hw_and command qualifier to create chained breakpoints:
For the
first breakpoint unit in the chain, include the hw_and:next or hw_and:"then-next" command
qualifiers. You must create this breakpoint unit before any other
breakpoint unit in the chain.
For each subsequent breakpoint unit in the chain,
include the hw_and:prev or hw_and:"then-prev" command
qualifiers.
Alternatively, use the hw_and: or idhw_and:"then- command
qualifiers.id"
If you have created individual breakpoints, and you want to
chain them together, you must use CLI commands to create new breakpoints
based on the existing breakpoints. You must create new breakpoints
because you cannot use the modify qualifier with
the hw_and qualifier. However, you can modify an
existing chained breakpoint with any other qualifier and also change
the address expression.
Breaking in a function or range that also depends on a data value
the following in the RealView Debugger Command Line Reference Guide: