reverse-next
Step backward over the previous source line or machine instruction without entering called functions. Requires an rr replay session.
Instructions
[rr only] Step backwards over the previous source line or machine instruction. Blocks until stopped.
Requires an rr replay session created with start_replay_session. The reverse counterpart of next: does not enter called functions when going backwards. Use reverse-step to step backwards into calls. count: number of steps (default 1) instruction: if True, step back one machine instruction instead of one source line
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| session_id | Yes | ||
| instruction | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |