reverse-finish
Run backward in time to the call site of the current function, stopping just before it was invoked. Useful for examining the program state at the point of function entry.
Instructions
[rr only] Run backwards until just before the current function was called. Blocks until stopped.
Requires an rr replay session created with start_replay_session. The reverse counterpart of finish: where finish runs forward to the return, reverse-finish runs backward to the call site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |