watchpoint_history
Retrieve the complete write history for any memory address across an execution trace, showing all writes before and after the current focus point.
Instructions
Get complete write history for a memory address across the trace (reads all writes before and after current focus)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Memory address in hex, e.g. "0x7fff1234abcd" | |
| type | Yes | C++ type of the value, e.g. "uint64_t", "int32_t", "bool" |