reverse-step
Step backwards in time during rr replay, moving to the previous source line or machine instruction. Enters called functions when reversing execution.
Instructions
[rr only] Step backwards into the previous source line or machine instruction. Blocks until stopped.
Requires an rr replay session created with start_replay_session. The reverse counterpart of step: enters called functions when going backwards. Use reverse-next to step backwards without entering 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 |