add_watchpoint
Monitor memory access by setting a hardware watchpoint that triggers on read, write, or execute operations at a specified address.
Instructions
Set a hardware watchpoint (data breakpoint). Triggers when memory at address is accessed. watch_type: write, read, execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| address | Yes | ||
| watch_type | No | write |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |