| |||
| Home > AXD > AXD Command-line Interface > Commands > setwatchprops | |||
The setwatchprops command enables you to
set watchpoint properties. The watchpoint must already exist. Issue
the command once for each watchpoint property to be set.
The shorthand form of the setwatchprops command
is swp.
swp watchpoint propid value
where:
watchpointIdentifies the watchpoint that is to have a property set.
propidIdentifies the property to be set. You can identify a watchpoint property by its name, as shown in Table 6.3.
Table 6.3. Watchpoint properties
| Property name | Type |
|---|---|
| state | Flag (enable or disable) |
| processor | Processor |
| condition | String or value |
| log_text | String |
| value | Value |
| break_size | ASM |
| watch_size | Integer |
| count | Integer |
Specify the name exactly as shown in the table, using lowercase characters.
valueSpecifies the setting you want the property to have. Each property takes its own type of setting as shown in the table.