pet_watch_add
Add a watchpoint on a memory range to monitor access, detecting both load and store operations.
Instructions
Set a watchpoint on a memory range (default: both load and store).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | ||
| length | No | ||
| on_load | No | ||
| session | No | ||
| on_store | No |