until
Run execution forward to a specified file:line, function, or address, skipping loops and blocks without temporary breakpoints. Blocks until the target is reached or timeout expires.
Instructions
Run forward until a specific location is reached. Blocks until stopped.
Skips over loops and blocks of code without setting a temporary breakpoint. location: file:line, function name, or *address — e.g. "foo.c:42", "cleanup", "*0x401234"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| location | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |