pwndbg_nextret
Break at the next return, retf, iret, or sysret instruction. Useful for quickly reaching function returns during debugging.
Instructions
Break at the next return-like instruction (ret, retf, iret, sysret).
pwndbg command: nextret Source: pwndbg/commands/next.py Category: Step/Next/Continue
Args: session_id: The UUID of the session. timeout: Maximum seconds to wait (default 30).
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/next/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |