reverse-continue
Resume execution in reverse until a breakpoint or watchpoint hits. For use in rr replay sessions to debug backward.
Instructions
[rr only] Run backwards until a breakpoint or watchpoint is hit. Blocks until stopped.
Requires an rr replay session created with start_replay_session. The reverse counterpart of continue_exec: resumes execution in reverse through previously executed code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |