pwndbg_nextcall
Break execution at the next call instruction, optionally filtered by a regex matching the call target symbol name.
Instructions
Break at the next call instruction, optionally filtered by symbol regex.
pwndbg command: nextcall Source: pwndbg/commands/next.py Category: Step/Next/Continue
Args: session_id: The UUID of the session. symbol_regex: Optional regex to match the call target symbol name. 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 | ||
| symbol_regex | No | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |