go_till
Resume program execution and automatically pause when a specified address or symbol is hit, allowing focused inspection of that point.
Instructions
Run until a specific address is reached (temporary breakpoint).
Args: address: Target address or symbol to run to (e.g., "main", "0x80001000")
Returns: State after reaching the address (or timeout info)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |